#B488F9

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

Shades of Biloba Flower #B488F9

Tints of Biloba Flower #B488F9

Color information

#B488F9 (or 0xB488F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and F9. RGB value is (180,136,249). Sum of RGB (Red+Green+Blue) = 180+136+249=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B488F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F9 is #4B7706. Grayscale: #A1A1A1. Windows color (decimal): -4945671 or 16353460. OLE color: 16353460.

HSL color Cylindrical-coordinate representation of color #B488F9: hue angle of 263.36º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B488F9 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180136249-
CMYK0.280.4500.02
HSL263.36º90.4%75.49%-
HSV(B)263.36º45.38%97.65%-
XYZ44.7334.1593.86-
YUV162.04177.08140.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=31.86%
G=24.07%
B=44.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801362490.280.4500.02263.3690.475.49
HexB488F91C2D021075a4b
Octal264210371345502407132113
Binary1011010010001000111110011110010110101010000011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488F9; }

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

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

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

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

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

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

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

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