#B281DA

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

Shades of Biloba Flower #B281DA

Tints of Biloba Flower #B281DA

Color information

#B281DA (or 0xB281DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and DA. RGB value is (178,129,218). Sum of RGB (Red+Green+Blue) = 178+129+218=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B281DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DA is #4D7E25. Grayscale: #999999. Windows color (decimal): -5078566 or 14320050. OLE color: 14320050.

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

Color convert

RGB178129218-
CMYK0.180.4100.15
HSL273.03º54.6%68.04%-
HSV(B)273.03º40.83%85.49%-
XYZ38.8730.2370.12-
YUV153.8164.23145.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=33.90%
G=24.57%
B=41.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781292180.180.4100.15273.0354.668.04
HexB281DA12290F1113744
Octal262201332225101742167104
Binary10110010100000011101101010010101001011111000100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281DA; }

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

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

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

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

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

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

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

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