#B37BDF

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

Shades of Biloba Flower #B37BDF

Tints of Biloba Flower #B37BDF

Color information

#B37BDF (or 0xB37BDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 7B and DF. RGB value is (179,123,223). Sum of RGB (Red+Green+Blue) = 179+123+223=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDF is #4C8420. Grayscale: #969696. Windows color (decimal): -5014561 or 14646195. OLE color: 14646195.

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

Color convert

RGB179123223-
CMYK0.200.4500.13
HSL273.6º60.98%67.84%-
HSV(B)273.6º44.84%87.45%-
XYZ38.9929.0873.37-
YUV151.14168.55147.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=34.10%
G=23.43%
B=42.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791232230.200.4500.13273.660.9867.84
HexB37BDF142D0D1123d44
Octal263173337245501542275104
Binary1011001111110111101111110100101101011011000100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BDF; }

 p { color: rgb(179,123,223); }

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

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

 a { background-color: rgb(179,123,223); }

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

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

 span { border-color: rgb(179,123,223); }

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