#B190EF

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

Shades of Biloba Flower #B190EF

Tints of Biloba Flower #B190EF

Color information

#B190EF (or 0xB190EF) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and EF. RGB value is (177,144,239). Sum of RGB (Red+Green+Blue) = 177+144+239=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #B190EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190EF is #4E6F10. Grayscale: #A4A4A4. Windows color (decimal): -5140241 or 15700145. OLE color: 15700145.

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

Color convert

RGB177144239-
CMYK0.260.4000.06
HSL260.84º74.8%75.1%-
HSV(B)260.84º39.75%93.73%-
XYZ43.6835.5386.22-
YUV164.7169.93136.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=31.61%
G=25.71%
B=42.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771442390.260.4000.06260.8474.875.1
HexB190EF1A28061054b4b
Octal261220357325006405113113
Binary10110001100100001110111111010101000011010000010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190EF; }

 p { color: rgb(177,144,239); }

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

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

 a { background-color: rgb(177,144,239); }

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

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

 span { border-color: rgb(177,144,239); }

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