#b095f8

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

Shades of Biloba Flower #B095F8

Tints of Biloba Flower #B095F8

Color information

#B095F8 (or 0xB095F8) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and F8. RGB value is (176,149,248). Sum of RGB (Red+Green+Blue) = 176+149+248=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #B095F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F8 is #4F6A07. Grayscale: #A7A7A7. Windows color (decimal): -5204488 or 16291248. OLE color: 16291248.

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

Color convert

RGB176149248-
CMYK0.290.4000.03
HSL256.36º87.61%77.84%-
HSV(B)256.36º39.92%97.25%-
XYZ45.637.593.64-
YUV168.36172.95133.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=30.72%
G=26.00%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761492480.290.4000.03256.3687.6177.84
HexB095F81D2803100584e
Octal260225370355003400130116
Binary1011000010010101111110001110110100001110000000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b095f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b095f8; }

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

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

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

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

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

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

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

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