#BB8FEA

Color #BB8FEA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BB8FEA

Tints of Biloba Flower #BB8FEA

Color information

#BB8FEA (or 0xBB8FEA) is unknown color: approx Biloba Flower. HEX triplet: BB, 8F and EA. RGB value is (187,143,234). Sum of RGB (Red+Green+Blue) = 187+143+234=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FEA is #447015. Grayscale: #A6A6A6. Windows color (decimal): -4485142 or 15372219. OLE color: 15372219.

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

Color convert

RGB187143234-
CMYK0.200.3900.08
HSL269.01º68.42%73.92%-
HSV(B)269.01º38.89%91.76%-
XYZ45.1736.1582.44-
YUV166.53166.08142.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=33.16%
G=25.35%
B=41.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871432340.200.3900.08269.0168.4273.92
HexBB8FEA14270810d444a
Octal2732173522447010415104112
Binary101110111000111111101010101001001110100010000110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FEA; }

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

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

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

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

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

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

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

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