#B88FE6

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

Shades of Biloba Flower #B88FE6

Tints of Biloba Flower #B88FE6

Color information

#B88FE6 (or 0xB88FE6) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and E6. RGB value is (184,143,230). Sum of RGB (Red+Green+Blue) = 184+143+230=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #B88FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FE6 is #477019. Grayscale: #A4A4A4. Windows color (decimal): -4681754 or 15110072. OLE color: 15110072.

HSL color Cylindrical-coordinate representation of color #B88FE6: hue angle of 268.28º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88FE6 is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184143230-
CMYK0.20.3800.10
HSL268.28º63.5%73.14%-
HSV(B)268.28º37.83%90.2%-
XYZ43.8735.5579.41-
YUV165.18164.58141.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=33.03%
G=25.67%
B=41.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841432300.20.3800.10268.2863.573.14
HexB88FE614260A10c4049
Octal2702173462446012414100111
Binary101110001000111111100110101001001100101010000110010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FE6; }

 p { color: rgb(184,143,230); }

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

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

 a { background-color: rgb(184,143,230); }

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

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

 span { border-color: rgb(184,143,230); }

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