#B481DA

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

Shades of Biloba Flower #B481DA

Tints of Biloba Flower #B481DA

Color information

#B481DA (or 0xB481DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and DA. RGB value is (180,129,218). Sum of RGB (Red+Green+Blue) = 180+129+218=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B481DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DA is #4B7E25. Grayscale: #9A9A9A. Windows color (decimal): -4947494 or 14320052. OLE color: 14320052.

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

Color convert

RGB180129218-
CMYK0.170.4100.15
HSL274.38º54.6%68.04%-
HSV(B)274.38º40.83%85.49%-
XYZ39.3330.4770.14-
YUV154.4163.9146.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=34.16%
G=24.48%
B=41.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801292180.170.4100.15274.3854.668.04
HexB481DA11290F1123744
Octal264201332215101742267104
Binary10110100100000011101101010001101001011111000100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481DA; }

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

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

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

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

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

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

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

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