#B080E0

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

Shades of Biloba Flower #B080E0

Tints of Biloba Flower #B080E0

Color information

#B080E0 (or 0xB080E0) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and E0. RGB value is (176,128,224). Sum of RGB (Red+Green+Blue) = 176+128+224=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #B080E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080E0 is #4F7F1F. Grayscale: #989898. Windows color (decimal): -5209888 or 14713008. OLE color: 14713008.

HSL color Cylindrical-coordinate representation of color #B080E0: hue angle of 270º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B080E0 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176128224-
CMYK0.210.4300.12
HSL270º60.76%69.02%-
HSV(B)270º42.86%87.84%-
XYZ39.0830.0574.26-
YUV153.3167.9144.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=33.33%
G=24.24%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761282240.210.4300.1227060.7669.02
HexB080E0152B0C10e3d45
Octal260200340255301441675105
Binary10110000100000001110000010101101011011001000011101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080E0; }

 p { color: rgb(176,128,224); }

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

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

 a { background-color: rgb(176,128,224); }

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

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

 span { border-color: rgb(176,128,224); }

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