#B082DB

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

Shades of Biloba Flower #B082DB

Tints of Biloba Flower #B082DB

Color information

#B082DB (or 0xB082DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and DB. RGB value is (176,130,219). Sum of RGB (Red+Green+Blue) = 176+130+219=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B082DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082DB is #4F7D24. Grayscale: #999999. Windows color (decimal): -5209381 or 14385840. OLE color: 14385840.

HSL color Cylindrical-coordinate representation of color #B082DB: hue angle of 271.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B082DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176130219-
CMYK0.200.4100.14
HSL271.01º55.28%68.43%-
HSV(B)271.01º40.64%85.88%-
XYZ38.6730.3170.83-
YUV153.9164.74143.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=33.52%
G=24.76%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761302190.200.4100.14271.0155.2868.43
HexB082DB14290E10f3744
Octal260202333245101641767104
Binary10110000100000101101101110100101001011101000011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082DB; }

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

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

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

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

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

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

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

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