#B391D2

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

Shades of Biloba Flower #B391D2

Tints of Biloba Flower #B391D2

Color information

#B391D2 (or 0xB391D2) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and D2. RGB value is (179,145,210). Sum of RGB (Red+Green+Blue) = 179+145+210=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #B391D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391D2 is #4C6E2D. Grayscale: #A2A2A2. Windows color (decimal): -5008942 or 13799859. OLE color: 13799859.

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

Color convert

RGB179145210-
CMYK0.150.3100.18
HSL271.38º41.94%69.61%-
HSV(B)271.38º30.95%82.35%-
XYZ40.3534.4965.5-
YUV162.58154.76139.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=33.52%
G=27.15%
B=39.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791452100.150.3100.18271.3841.9469.61
HexB391D2F1F01210f2a46
Octal263221322173702241752106
Binary1011001110010001110100101111111110100101000011111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391D2; }

 p { color: rgb(179,145,210); }

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

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

 a { background-color: rgb(179,145,210); }

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

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

 span { border-color: rgb(179,145,210); }

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