#BD6ACC

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

Shades of Medium Orchid #BD6ACC

Tints of Medium Orchid #BD6ACC

Color information

#BD6ACC (or 0xBD6ACC) is unknown color: approx Medium Orchid. HEX triplet: BD, 6A and CC. RGB value is (189,106,204). Sum of RGB (Red+Green+Blue) = 189+106+204=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ACC is #429533. Grayscale: #8D8D8D. Windows color (decimal): -4363572 or 13396669. OLE color: 13396669.

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

Color convert

RGB189106204-
CMYK0.070.4800.2
HSL290.82º49%60.78%-
HSV(B)290.82º48.04%80%-
XYZ37.0425.4960.09-
YUV141.99163161.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=37.88%
G=21.24%
B=40.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891062040.070.4800.2290.824960.78
HexBD6ACC730014123313d
Octal2751523147600244436175
Binary10111101110101011001100111110000010100100100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6ACC; }

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

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

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

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

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

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

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

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