#B488F3

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

Shades of Biloba Flower #B488F3

Tints of Biloba Flower #B488F3

Color information

#B488F3 (or 0xB488F3) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and F3. RGB value is (180,136,243). Sum of RGB (Red+Green+Blue) = 180+136+243=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #B488F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F3 is #4B770C. Grayscale: #A0A0A0. Windows color (decimal): -4945677 or 15960244. OLE color: 15960244.

HSL color Cylindrical-coordinate representation of color #B488F3: hue angle of 264.67º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B488F3 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180136243-
CMYK0.260.4400.05
HSL264.67º81.68%74.31%-
HSV(B)264.67º44.03%95.29%-
XYZ43.833.7889.01-
YUV161.35174.08141.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=32.20%
G=24.33%
B=43.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801362430.260.4400.05264.6781.6874.31
HexB488F31A2C05109524a
Octal264210363325405411122112
Binary10110100100010001111001111010101100010110000100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488F3; }

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

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

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

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

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

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

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

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