#B095F0

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

Shades of Biloba Flower #B095F0

Tints of Biloba Flower #B095F0

Color information

#B095F0 (or 0xB095F0) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and F0. RGB value is (176,149,240). Sum of RGB (Red+Green+Blue) = 176+149+240=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #B095F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F0 is #4F6A0F. Grayscale: #A7A7A7. Windows color (decimal): -5204496 or 15766960. OLE color: 15766960.

HSL color Cylindrical-coordinate representation of color #B095F0: hue angle of 257.8º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B095F0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176149240-
CMYK0.270.3800.06
HSL257.8º75.21%76.27%-
HSV(B)257.8º37.92%94.12%-
XYZ44.3837.0287.24-
YUV167.45168.95134.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=31.15%
G=26.37%
B=42.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761492400.270.3800.06257.875.2176.27
HexB095F01B26061024b4c
Octal260225360334606402113114
Binary10110000100101011111000011011100110011010000001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095F0; }

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

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

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

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

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

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

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

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