#B88FE1

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

Shades of Biloba Flower #B88FE1

Tints of Biloba Flower #B88FE1

Color information

#B88FE1 (or 0xB88FE1) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and E1. RGB value is (184,143,225). Sum of RGB (Red+Green+Blue) = 184+143+225=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B88FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FE1 is #47701E. Grayscale: #A4A4A4. Windows color (decimal): -4681759 or 14782392. OLE color: 14782392.

HSL color Cylindrical-coordinate representation of color #B88FE1: hue angle of 270º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88FE1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184143225-
CMYK0.180.3600.12
HSL270º57.75%72.16%-
HSV(B)270º36.44%88.24%-
XYZ43.1835.2775.77-
YUV164.61162.08141.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=33.33%
G=25.91%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841432250.180.3600.1227057.7572.16
HexB88FE112240C10e3a48
Octal270217341224401441672110
Binary10111000100011111110000110010100100011001000011101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FE1; }

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

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

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

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

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

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

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

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