#BB8DEA

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

Shades of Biloba Flower #BB8DEA

Tints of Biloba Flower #BB8DEA

Color information

#BB8DEA (or 0xBB8DEA) is unknown color: approx Biloba Flower. HEX triplet: BB, 8D and EA. RGB value is (187,141,234). Sum of RGB (Red+Green+Blue) = 187+141+234=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DEA is #447215. Grayscale: #A5A5A5. Windows color (decimal): -4485654 or 15371707. OLE color: 15371707.

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

Color convert

RGB187141234-
CMYK0.200.4000.08
HSL269.68º68.89%73.53%-
HSV(B)269.68º39.74%91.76%-
XYZ44.8735.5682.34-
YUV165.36166.74143.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=33.27%
G=25.09%
B=41.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871412340.200.4000.08269.6868.8973.53
HexBB8DEA14280810e454a
Octal2732153522450010416105112
Binary101110111000110111101010101001010000100010000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DEA; }

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

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

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

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

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

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

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

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