#B88CEF

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

Shades of Biloba Flower #B88CEF

Tints of Biloba Flower #B88CEF

Color information

#B88CEF (or 0xB88CEF) is unknown color: approx Biloba Flower. HEX triplet: B8, 8C and EF. RGB value is (184,140,239). Sum of RGB (Red+Green+Blue) = 184+140+239=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #B88CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CEF is #477310. Grayscale: #A4A4A4. Windows color (decimal): -4682513 or 15699128. OLE color: 15699128.

HSL color Cylindrical-coordinate representation of color #B88CEF: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88CEF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184140239-
CMYK0.230.4100.06
HSL266.67º75.57%74.31%-
HSV(B)266.67º41.42%93.73%-
XYZ44.7335.1886.09-
YUV164.44170.08141.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=32.68%
G=24.87%
B=42.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841402390.230.4100.06266.6775.5774.31
HexB88CEF17290610b4c4a
Octal270214357275106413114112
Binary10111000100011001110111110111101001011010000101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CEF; }

 p { color: rgb(184,140,239); }

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

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

 a { background-color: rgb(184,140,239); }

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

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

 span { border-color: rgb(184,140,239); }

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