#B095F9

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

Shades of Biloba Flower #B095F9

Tints of Biloba Flower #B095F9

Color information

#B095F9 (or 0xB095F9) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and F9. RGB value is (176,149,249). Sum of RGB (Red+Green+Blue) = 176+149+249=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #B095F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F9 is #4F6A06. Grayscale: #A8A8A8. Windows color (decimal): -5204487 or 16356784. OLE color: 16356784.

HSL color Cylindrical-coordinate representation of color #B095F9: hue angle of 256.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B095F9 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176149249-
CMYK0.290.4000.02
HSL256.2º89.29%78.04%-
HSV(B)256.2º40.16%97.65%-
XYZ45.7537.5694.46-
YUV168.47173.45133.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=30.66%
G=25.96%
B=43.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761492490.290.4000.02256.289.2978.04
HexB095F91D2802100594e
Octal260225371355002400131116
Binary1011000010010101111110011110110100001010000000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095F9; }

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

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

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

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

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

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

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

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