#B095FE

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

Shades of Biloba Flower #B095FE

Tints of Biloba Flower #B095FE

Color information

#B095FE (or 0xB095FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and FE. RGB value is (176,149,254). Sum of RGB (Red+Green+Blue) = 176+149+254=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B095FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095FE is #4F6A01. Grayscale: #A8A8A8. Windows color (decimal): -5204482 or 16684464. OLE color: 16684464.

HSL color Cylindrical-coordinate representation of color #B095FE: hue angle of 255.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B095FE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176149254-
CMYK0.310.4100.00
HSL255.43º98.13%79.02%-
HSV(B)255.43º41.34%99.61%-
XYZ46.5437.8898.62-
YUV169.04175.95132.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=30.40%
G=25.73%
B=43.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761492540.310.4100.00255.4398.1379.02
HexB095FE1F2900ff624f
Octal260225376375100377142117
Binary10110000100101011111111011111101001001111111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095FE; }

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

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

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

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

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

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

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

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