#B193F1

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

Shades of Biloba Flower #B193F1

Tints of Biloba Flower #B193F1

Color information

#B193F1 (or 0xB193F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and F1. RGB value is (177,147,241). Sum of RGB (Red+Green+Blue) = 177+147+241=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #B193F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193F1 is #4E6C0E. Grayscale: #A6A6A6. Windows color (decimal): -5139471 or 15831985. OLE color: 15831985.

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

Color convert

RGB177147241-
CMYK0.270.3900.05
HSL259.15º77.05%76.08%-
HSV(B)259.15º39%94.51%-
XYZ44.4436.5787.93-
YUV166.69169.94135.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=31.33%
G=26.02%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771472410.270.3900.05259.1577.0576.08
HexB193F11B27051034d4c
Octal261223361334705403115114
Binary10110001100100111111000111011100111010110000001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193F1; }

 p { color: rgb(177,147,241); }

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

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

 a { background-color: rgb(177,147,241); }

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

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

 span { border-color: rgb(177,147,241); }

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