#B095D9

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

Shades of Biloba Flower #B095D9

Tints of Biloba Flower #B095D9

Color information

#B095D9 (or 0xB095D9) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and D9. RGB value is (176,149,217). Sum of RGB (Red+Green+Blue) = 176+149+217=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B095D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095D9 is #4F6A26. Grayscale: #A4A4A4. Windows color (decimal): -5204519 or 14259632. OLE color: 14259632.

HSL color Cylindrical-coordinate representation of color #B095D9: hue angle of 263.82º 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 #B095D9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176149217-
CMYK0.190.3100.15
HSL263.82º47.22%71.76%-
HSV(B)263.82º31.34%85.1%-
XYZ41.1835.7370.37-
YUV164.82157.45135.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=32.47%
G=27.49%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761492170.190.3100.15263.8247.2271.76
HexB095D9131F0F1082f48
Octal260225331233701741057110
Binary1011000010010101110110011001111111011111000010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095D9; }

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

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

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

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

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

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

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

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