#B37FDA

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

Shades of Biloba Flower #B37FDA

Tints of Biloba Flower #B37FDA

Color information

#B37FDA (or 0xB37FDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 7F and DA. RGB value is (179,127,218). Sum of RGB (Red+Green+Blue) = 179+127+218=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FDA is #4C8025. Grayscale: #989898. Windows color (decimal): -5013542 or 14319539. OLE color: 14319539.

HSL color Cylindrical-coordinate representation of color #B37FDA: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37FDA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179127218-
CMYK0.180.4200.15
HSL274.29º55.15%67.65%-
HSV(B)274.29º41.74%85.49%-
XYZ38.8329.8270.04-
YUV152.92164.73146.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=34.16%
G=24.24%
B=41.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791272180.180.4200.15274.2955.1567.65
HexB37FDA122A0F1123744
Octal263177332225201742267104
Binary1011001111111111101101010010101010011111000100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FDA; }

 p { color: rgb(179,127,218); }

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

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

 a { background-color: rgb(179,127,218); }

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

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

 span { border-color: rgb(179,127,218); }

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