#B481DC

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

Shades of Biloba Flower #B481DC

Tints of Biloba Flower #B481DC

Color information

#B481DC (or 0xB481DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and DC. RGB value is (180,129,220). Sum of RGB (Red+Green+Blue) = 180+129+220=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DC is #4B7E23. Grayscale: #9A9A9A. Windows color (decimal): -4947492 or 14451124. OLE color: 14451124.

HSL color Cylindrical-coordinate representation of color #B481DC: hue angle of 273.63º degrees, saturation: 0.57, 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 #B481DC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180129220-
CMYK0.180.4100.14
HSL273.63º56.52%68.43%-
HSV(B)273.63º41.36%86.27%-
XYZ39.5930.5771.52-
YUV154.62164.9146.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=34.03%
G=24.39%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801292200.180.4100.14273.6356.5268.43
HexB481DC12290E1123944
Octal264201334225101642271104
Binary10110100100000011101110010010101001011101000100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481DC; }

 p { color: rgb(180,129,220); }

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

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

 a { background-color: rgb(180,129,220); }

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

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

 span { border-color: rgb(180,129,220); }

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