#BD6FCC

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

Shades of Medium Orchid #BD6FCC

Tints of Medium Orchid #BD6FCC

Color information

#BD6FCC (or 0xBD6FCC) is unknown color: approx Medium Orchid. HEX triplet: BD, 6F and CC. RGB value is (189,111,204). Sum of RGB (Red+Green+Blue) = 189+111+204=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FCC is #429033. Grayscale: #909090. Windows color (decimal): -4362292 or 13397949. OLE color: 13397949.

HSL color Cylindrical-coordinate representation of color #BD6FCC: hue angle of 290.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6FCC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189111204-
CMYK0.070.4600.2
HSL290.32º47.69%61.76%-
HSV(B)290.32º45.59%80%-
XYZ37.5726.5560.27-
YUV144.92161.34159.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=37.5%
G=22.02%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891112040.070.4600.2290.3247.6961.76
HexBD6FCC72E014122303e
Octal2751573147560244426076
Binary10111101110111111001100111101110010100100100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FCC; }

 p { color: rgb(189,111,204); }

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

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

 a { background-color: rgb(189,111,204); }

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

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

 span { border-color: rgb(189,111,204); }

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