#B281DC

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

Shades of Biloba Flower #B281DC

Tints of Biloba Flower #B281DC

Color information

#B281DC (or 0xB281DC) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and DC. RGB value is (178,129,220). Sum of RGB (Red+Green+Blue) = 178+129+220=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 129 (50.78% from 255 or 24.48% 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 #B281DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DC is #4D7E23. Grayscale: #999999. Windows color (decimal): -5078564 or 14451122. OLE color: 14451122.

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

Color convert

RGB178129220-
CMYK0.190.4100.14
HSL272.31º56.52%68.43%-
HSV(B)272.31º41.36%86.27%-
XYZ39.1330.3371.5-
YUV154.02165.23145.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=33.78%
G=24.48%
B=41.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781292200.190.4100.14272.3156.5268.43
HexB281DC13290E1103944
Octal262201334235101642071104
Binary10110010100000011101110010011101001011101000100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281DC; }

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

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

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

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

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

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

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

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