#B888FF

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

Shades of Biloba Flower #B888FF

Tints of Biloba Flower #B888FF

Color information

#B888FF (or 0xB888FF) is unknown color: approx Biloba Flower. HEX triplet: B8, 88 and FF. RGB value is (184,136,255). Sum of RGB (Red+Green+Blue) = 184+136+255=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B888FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B888FF is #477700. Grayscale: #A3A3A3. Windows color (decimal): -4683521 or 16746680. OLE color: 16746680.

HSL color Cylindrical-coordinate representation of color #B888FF: hue angle of 264.2º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B888FF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184136255-
CMYK0.280.4700
HSL264.2º100%76.67%-
HSV(B)264.2º46.67%100%-
XYZ46.6235.0298.91-
YUV163.92179.4142.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 44.35%
R=32%
G=23.65%
B=44.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841362550.280.4700264.210076.67
HexB888FF1C2F00108644d
Octal270210377345700410144115
Binary101110001000100011111111111001011110010000100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888FF; }

 p { color: rgb(184,136,255); }

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

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

 a { background-color: rgb(184,136,255); }

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

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

 span { border-color: rgb(184,136,255); }

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