#BB6AE7

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

Shades of Medium Orchid #BB6AE7

Tints of Medium Orchid #BB6AE7

Color information

#BB6AE7 (or 0xBB6AE7) is unknown color: approx Medium Orchid. HEX triplet: BB, 6A and E7. RGB value is (187,106,231). Sum of RGB (Red+Green+Blue) = 187+106+231=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB6AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AE7 is #449518. Grayscale: #909090. Windows color (decimal): -4494617 or 15166139. OLE color: 15166139.

HSL color Cylindrical-coordinate representation of color #BB6AE7: hue angle of 278.88º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6AE7 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187106231-
CMYK0.190.5400.09
HSL278.88º72.25%66.08%-
HSV(B)278.88º54.11%90.59%-
XYZ40.0726.6478.63-
YUV144.47176.84158.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=35.69%
G=20.23%
B=44.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871062310.190.5400.09278.8872.2566.08
HexBB6AE71336091174842
Octal2731523472366011427110102
Binary10111011110101011100111100111101100100110001011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AE7; }

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

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

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

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

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

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

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

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