#B37DDA

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

Shades of Biloba Flower #B37DDA

Tints of Biloba Flower #B37DDA

Color information

#B37DDA (or 0xB37DDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 7D and DA. RGB value is (179,125,218). Sum of RGB (Red+Green+Blue) = 179+125+218=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DDA is #4C8225. Grayscale: #979797. Windows color (decimal): -5014054 or 14319027. OLE color: 14319027.

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

Color convert

RGB179125218-
CMYK0.180.4300.15
HSL274.84º55.69%67.25%-
HSV(B)274.84º42.66%85.49%-
XYZ38.5829.3169.95-
YUV151.75165.39147.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=34.29%
G=23.95%
B=41.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791252180.180.4300.15274.8455.6967.25
HexB37DDA122B0F1133843
Octal263175332225301742370103
Binary1011001111111011101101010010101011011111000100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DDA; }

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

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

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

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

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

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

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

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