#B488EA

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

Shades of Biloba Flower #B488EA

Tints of Biloba Flower #B488EA

Color information

#B488EA (or 0xB488EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and EA. RGB value is (180,136,234). Sum of RGB (Red+Green+Blue) = 180+136+234=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #B488EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EA is #4B7715. Grayscale: #9F9F9F. Windows color (decimal): -4945686 or 15370420. OLE color: 15370420.

HSL color Cylindrical-coordinate representation of color #B488EA: hue angle of 266.94º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B488EA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180136234-
CMYK0.230.4200.08
HSL266.94º70%72.55%-
HSV(B)266.94º41.88%91.76%-
XYZ42.4833.2582.02-
YUV160.33169.58142.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=32.73%
G=24.73%
B=42.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801362340.230.4200.08266.947072.55
HexB488EA172A0810b4649
Octal2642103522752010413106111
Binary101101001000100011101010101111010100100010000101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488EA; }

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

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

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

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

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

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

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

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