#B37BDE

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

Shades of Biloba Flower #B37BDE

Tints of Biloba Flower #B37BDE

Color information

#B37BDE (or 0xB37BDE) is unknown color: approx Biloba Flower. HEX triplet: B3, 7B and DE. RGB value is (179,123,222). Sum of RGB (Red+Green+Blue) = 179+123+222=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #B37BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDE is #4C8421. Grayscale: #969696. Windows color (decimal): -5014562 or 14580659. OLE color: 14580659.

HSL color Cylindrical-coordinate representation of color #B37BDE: hue angle of 273.94º degrees, saturation: 0.6, 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 #B37BDE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179123222-
CMYK0.190.4500.13
HSL273.94º60%67.65%-
HSV(B)273.94º44.59%87.06%-
XYZ38.8629.0272.66-
YUV151.03168.05147.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=34.16%
G=23.47%
B=42.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791232220.190.4500.13273.946067.65
HexB37BDE132D0D1123c44
Octal263173336235501542274104
Binary1011001111110111101111010011101101011011000100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BDE; }

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

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

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

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

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

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

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

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