#B488FE

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

Shades of Biloba Flower #B488FE

Tints of Biloba Flower #B488FE

Color information

#B488FE (or 0xB488FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and FE. RGB value is (180,136,254). Sum of RGB (Red+Green+Blue) = 180+136+254=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B488FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FE is #4B7701. Grayscale: #A2A2A2. Windows color (decimal): -4945666 or 16681140. OLE color: 16681140.

HSL color Cylindrical-coordinate representation of color #B488FE: hue angle of 262.37º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B488FE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180136254-
CMYK0.290.4600.00
HSL262.37º98.33%76.47%-
HSV(B)262.37º46.46%99.61%-
XYZ45.5234.4798.02-
YUV162.61179.58140.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=31.58%
G=23.86%
B=44.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801362540.290.4600.00262.3798.3376.47
HexB488FE1D2E00106624c
Octal264210376355600406142114
Binary101101001000100011111110111011011100010000011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488FE; }

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

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

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

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

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

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

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

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