#B095F2

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

Shades of Biloba Flower #B095F2

Tints of Biloba Flower #B095F2

Color information

#B095F2 (or 0xB095F2) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and F2. RGB value is (176,149,242). Sum of RGB (Red+Green+Blue) = 176+149+242=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #B095F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F2 is #4F6A0D. Grayscale: #A7A7A7. Windows color (decimal): -5204494 or 15898032. OLE color: 15898032.

HSL color Cylindrical-coordinate representation of color #B095F2: hue angle of 257.42º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B095F2 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176149242-
CMYK0.270.3800.05
HSL257.42º78.15%76.67%-
HSV(B)257.42º38.43%94.9%-
XYZ44.6837.1488.82-
YUV167.68169.95133.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=31.04%
G=26.28%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761492420.270.3800.05257.4278.1576.67
HexB095F21B26051014e4d
Octal260225362334605401116115
Binary10110000100101011111001011011100110010110000000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095F2; }

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

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

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

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

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

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

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

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