#B095F6

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

Shades of Biloba Flower #B095F6

Tints of Biloba Flower #B095F6

Color information

#B095F6 (or 0xB095F6) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and F6. RGB value is (176,149,246). Sum of RGB (Red+Green+Blue) = 176+149+246=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #B095F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F6 is #4F6A09. Grayscale: #A7A7A7. Windows color (decimal): -5204490 or 16160176. OLE color: 16160176.

HSL color Cylindrical-coordinate representation of color #B095F6: hue angle of 256.7º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B095F6 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176149246-
CMYK0.280.3900.04
HSL256.7º84.35%77.45%-
HSV(B)256.7º39.43%96.47%-
XYZ45.2937.3892.02-
YUV168.13171.95133.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=30.82%
G=26.09%
B=43.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761492460.280.3900.04256.784.3577.45
HexB095F61C2704101544d
Octal260225366344704401124115
Binary10110000100101011111011011100100111010010000000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095F6; }

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

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

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

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

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

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

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

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