#B182DC

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

Shades of Biloba Flower #B182DC

Tints of Biloba Flower #B182DC

Color information

#B182DC (or 0xB182DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 82 and DC. RGB value is (177,130,220). Sum of RGB (Red+Green+Blue) = 177+130+220=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #B182DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182DC is #4E7D23. Grayscale: #9A9A9A. Windows color (decimal): -5143844 or 14451377. OLE color: 14451377.

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

Color convert

RGB177130220-
CMYK0.200.4100.14
HSL271.33º56.25%68.63%-
HSV(B)271.33º40.91%86.27%-
XYZ39.0330.4871.54-
YUV154.31165.07144.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=33.59%
G=24.67%
B=41.75%

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
Decimal1771302200.200.4100.14271.3356.2568.63
HexB182DC14290E10f3845
Octal261202334245101641770105
Binary10110001100000101101110010100101001011101000011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182DC; }

 p { color: rgb(177,130,220); }

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

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

 a { background-color: rgb(177,130,220); }

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

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

 span { border-color: rgb(177,130,220); }

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