#B88DEF

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

Shades of Biloba Flower #B88DEF

Tints of Biloba Flower #B88DEF

Color information

#B88DEF (or 0xB88DEF) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and EF. RGB value is (184,141,239). Sum of RGB (Red+Green+Blue) = 184+141+239=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #B88DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DEF is #477210. Grayscale: #A4A4A4. Windows color (decimal): -4682257 or 15699384. OLE color: 15699384.

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

Color convert

RGB184141239-
CMYK0.230.4100.06
HSL266.33º75.38%74.51%-
HSV(B)266.33º41%93.73%-
XYZ44.8735.4786.14-
YUV165.03169.75141.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=32.62%
G=25%
B=42.38%

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
Decimal1841412390.230.4100.06266.3375.3874.51
HexB88DEF17290610a4b4b
Octal270215357275106412113113
Binary10111000100011011110111110111101001011010000101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DEF; }

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

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

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

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

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

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

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

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