#B395D9

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

Shades of Biloba Flower #B395D9

Tints of Biloba Flower #B395D9

Color information

#B395D9 (or 0xB395D9) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and D9. RGB value is (179,149,217). Sum of RGB (Red+Green+Blue) = 179+149+217=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #B395D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395D9 is #4C6A26. Grayscale: #A5A5A5. Windows color (decimal): -5007911 or 14259635. OLE color: 14259635.

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

Color convert

RGB179149217-
CMYK0.180.3100.15
HSL266.47º47.22%71.76%-
HSV(B)266.47º31.34%85.1%-
XYZ41.8636.0970.41-
YUV165.72156.94137.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=32.84%
G=27.34%
B=39.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791492170.180.3100.15266.4747.2271.76
HexB395D9121F0F10a2f48
Octal263225331223701741257110
Binary1011001110010101110110011001011111011111000010101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395D9; }

 p { color: rgb(179,149,217); }

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

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

 a { background-color: rgb(179,149,217); }

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

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

 span { border-color: rgb(179,149,217); }

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