#BB6FEA

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

Shades of Medium Orchid #BB6FEA

Tints of Medium Orchid #BB6FEA

Color information

#BB6FEA (or 0xBB6FEA) is unknown color: approx Medium Orchid. HEX triplet: BB, 6F and EA. RGB value is (187,111,234). Sum of RGB (Red+Green+Blue) = 187+111+234=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FEA is #449015. Grayscale: #939393. Windows color (decimal): -4493334 or 15364027. OLE color: 15364027.

HSL color Cylindrical-coordinate representation of color #BB6FEA: hue angle of 277.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6FEA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187111234-
CMYK0.200.5300.08
HSL277.07º74.55%67.65%-
HSV(B)277.07º52.56%91.76%-
XYZ41.0327.8781.06-
YUV147.75176.68156-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=35.15%
G=20.86%
B=43.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871112340.200.5300.08277.0774.5567.65
HexBB6FEA1435081154b44
Octal2731573522465010425113104
Binary10111011110111111101010101001101010100010001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FEA; }

 p { color: rgb(187,111,234); }

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

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

 a { background-color: rgb(187,111,234); }

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

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

 span { border-color: rgb(187,111,234); }

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