#B37CDD

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

Shades of Biloba Flower #B37CDD

Tints of Biloba Flower #B37CDD

Color information

#B37CDD (or 0xB37CDD) is unknown color: approx Biloba Flower. HEX triplet: B3, 7C and DD. RGB value is (179,124,221). Sum of RGB (Red+Green+Blue) = 179+124+221=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B37CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDD is #4C8322. Grayscale: #979797. Windows color (decimal): -5014307 or 14515379. OLE color: 14515379.

HSL color Cylindrical-coordinate representation of color #B37CDD: hue angle of 274.02º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37CDD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179124221-
CMYK0.190.4400.13
HSL274.02º58.79%67.65%-
HSV(B)274.02º43.89%86.67%-
XYZ38.8529.2272-
YUV151.5167.22147.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=34.16%
G=23.66%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791242210.190.4400.13274.0258.7967.65
HexB37CDD132C0D1123b44
Octal263174335235401542273104
Binary1011001111111001101110110011101100011011000100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CDD; }

 p { color: rgb(179,124,221); }

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

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

 a { background-color: rgb(179,124,221); }

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

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

 span { border-color: rgb(179,124,221); }

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