#BB6AC7

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

Shades of Medium Orchid #BB6AC7

Tints of Medium Orchid #BB6AC7

Color information

#BB6AC7 (or 0xBB6AC7) is unknown color: approx Medium Orchid. HEX triplet: BB, 6A and C7. RGB value is (187,106,199). Sum of RGB (Red+Green+Blue) = 187+106+199=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AC7 is #449538. Grayscale: #8C8C8C. Windows color (decimal): -4494649 or 13068987. OLE color: 13068987.

HSL color Cylindrical-coordinate representation of color #BB6AC7: hue angle of 292.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6AC7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187106199-
CMYK0.060.4700.22
HSL292.26º45.37%59.8%-
HSV(B)292.26º46.73%78.04%-
XYZ35.962556.96-
YUV140.82160.84160.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=38.01%
G=21.54%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871061990.060.4700.22292.2645.3759.8
HexBB6AC762F0161242d3c
Octal2731523076570264445574
Binary10111011110101011000111110101111010110100100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AC7; }

 p { color: rgb(187,106,199); }

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

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

 a { background-color: rgb(187,106,199); }

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

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

 span { border-color: rgb(187,106,199); }

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