#B88DEA

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

Shades of Biloba Flower #B88DEA

Tints of Biloba Flower #B88DEA

Color information

#B88DEA (or 0xB88DEA) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and EA. RGB value is (184,141,234). Sum of RGB (Red+Green+Blue) = 184+141+234=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #B88DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DEA is #477215. Grayscale: #A4A4A4. Windows color (decimal): -4682262 or 15371704. OLE color: 15371704.

HSL color Cylindrical-coordinate representation of color #B88DEA: hue angle of 267.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88DEA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184141234-
CMYK0.210.4000.08
HSL267.74º68.89%73.53%-
HSV(B)267.74º39.74%91.76%-
XYZ44.1435.1882.31-
YUV164.46167.25141.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=32.92%
G=25.22%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841412340.210.4000.08267.7468.8973.53
HexB88DEA15280810c454a
Octal2702153522550010414105112
Binary101110001000110111101010101011010000100010000110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DEA; }

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

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

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

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

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

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

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

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