#BF50CD

Color #BF50CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF50CD

Tints of Medium Orchid #BF50CD

Color information

#BF50CD (or 0xBF50CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 50 and CD. RGB value is (191,80,205). Sum of RGB (Red+Green+Blue) = 191+80+205=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF50CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50CD is #40AF32. Grayscale: #7F7F7F. Windows color (decimal): -4239155 or 13455551. OLE color: 13455551.

HSL color Cylindrical-coordinate representation of color #BF50CD: hue angle of 293.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF50CD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19180205-
CMYK0.070.6100.20
HSL293.28º55.56%55.88%-
HSV(B)293.28º60.98%80.39%-
XYZ35.3721.2259.99-
YUV127.44171.77173.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 80 (31.64% from 255) = 16.81%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=40.13%
G=16.81%
B=43.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191802050.070.6100.20293.2855.5655.88
HexBF50CD73D0141253838
Octal2771203157750244457070
Binary10111111101000011001101111111101010100100100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF50CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF50CD; }

 p { color: rgb(191,80,205); }

 H1.HeaderClassName
 {
   color: #BF50CD;
 }
 .AnyTagClassName
 {
   color: #BF50CD;
 }
</style>
background-color css

<style>
 a { background-color: #BF50CD; }

 a { background-color: rgb(191,80,205); }

 div.DivClassName
 {
   background-color: #BF50CD;
 }
 .BgClassName
 {
   background-color: #BF50CD;
 }
</style>
border-color css

<style>
 span { border-color: #BF50CD; }

 span { border-color: rgb(191,80,205); }

 td.TdClassName
 {
   border-color: #BF50CD;
 }
 .TagClassName
 {
   border-color: #BF50CD;
 }
</style>