#B37DEA

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

Shades of Biloba Flower #B37DEA

Tints of Biloba Flower #B37DEA

Color information

#B37DEA (or 0xB37DEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 7D and EA. RGB value is (179,125,234). Sum of RGB (Red+Green+Blue) = 179+125+234=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #B37DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DEA is #4C8215. Grayscale: #999999. Windows color (decimal): -5014038 or 15367603. OLE color: 15367603.

HSL color Cylindrical-coordinate representation of color #B37DEA: hue angle of 269.72º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37DEA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179125234-
CMYK0.240.4700.08
HSL269.72º72.19%70.39%-
HSV(B)269.72º46.58%91.76%-
XYZ40.7830.1981.52-
YUV153.57173.39146.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=33.27%
G=23.23%
B=43.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791252340.240.4700.08269.7272.1970.39
HexB37DEA182F0810e4846
Octal2631753523057010416110106
Binary10110011111110111101010110001011110100010000111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DEA; }

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

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

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

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

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

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

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

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