#B488DB

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

Shades of Biloba Flower #B488DB

Tints of Biloba Flower #B488DB

Color information

#B488DB (or 0xB488DB) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and DB. RGB value is (180,136,219). Sum of RGB (Red+Green+Blue) = 180+136+219=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B488DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DB is #4B7724. Grayscale: #9E9E9E. Windows color (decimal): -4945701 or 14387380. OLE color: 14387380.

HSL color Cylindrical-coordinate representation of color #B488DB: hue angle of 271.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B488DB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180136219-
CMYK0.180.3800.14
HSL271.81º53.55%69.61%-
HSV(B)271.81º37.9%85.88%-
XYZ40.4132.4371.15-
YUV158.62162.08143.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=33.64%
G=25.42%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801362190.180.3800.14271.8153.5569.61
HexB488DB12260E1103646
Octal264210333224601642066106
Binary10110100100010001101101110010100110011101000100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488DB; }

 p { color: rgb(180,136,219); }

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

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

 a { background-color: rgb(180,136,219); }

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

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

 span { border-color: rgb(180,136,219); }

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