#B88FE8

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

Shades of Biloba Flower #B88FE8

Tints of Biloba Flower #B88FE8

Color information

#B88FE8 (or 0xB88FE8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and E8. RGB value is (184,143,232). Sum of RGB (Red+Green+Blue) = 184+143+232=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #B88FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FE8 is #477017. Grayscale: #A5A5A5. Windows color (decimal): -4681752 or 15241144. OLE color: 15241144.

HSL color Cylindrical-coordinate representation of color #B88FE8: hue angle of 267.64º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88FE8 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184143232-
CMYK0.210.3800.09
HSL267.64º65.93%73.53%-
HSV(B)267.64º38.36%90.98%-
XYZ44.1635.6680.9-
YUV165.4165.58141.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=32.92%
G=25.58%
B=41.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841432320.210.3800.09267.6465.9373.53
HexB88FE815260910c424a
Octal2702173502546011414102112
Binary101110001000111111101000101011001100100110000110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FE8; }

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

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

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

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

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

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

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

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