#B082DE

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

Shades of Biloba Flower #B082DE

Tints of Biloba Flower #B082DE

Color information

#B082DE (or 0xB082DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and DE. RGB value is (176,130,222). Sum of RGB (Red+Green+Blue) = 176+130+222=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #B082DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082DE is #4F7D21. Grayscale: #999999. Windows color (decimal): -5209378 or 14582448. OLE color: 14582448.

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

Color convert

RGB176130222-
CMYK0.210.4100.13
HSL270º58.23%69.02%-
HSV(B)270º41.44%87.06%-
XYZ39.0730.4772.93-
YUV154.24166.24143.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=33.33%
G=24.62%
B=42.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761302220.210.4100.1327058.2369.02
HexB082DE15290D10e3a45
Octal260202336255101541672105
Binary10110000100000101101111010101101001011011000011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082DE; }

 p { color: rgb(176,130,222); }

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

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

 a { background-color: rgb(176,130,222); }

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

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

 span { border-color: rgb(176,130,222); }

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