Html Css Color HEX #B193F1 Biloba Flower

📋 copy color: '#B193F1'

red 177 ◦ green 147 ◦ blue 241

#B193F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B193F1

Tints of Biloba Flower #B193F1

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 value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B193F1 (or 0xB193F1) is known color: 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

RGB 177 147 241 -
CMYK 0.27 0.39 0 0.05
HSL 259.15º 0.77% 0.76% -
HSV(B) 259.15º 0.39% 0.95% -
XYZ 44.44 36.57 87.93 -
YUV 166.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 177 147 241 0.27 0.39 0 0.05 259.15 0.77 0.76
Hex B1 93 F1 1B 27 0 5 103 4D 4C
Octal 261 223 361 33 47 0 5 403 115 114
Binary 10110001 10010011 11110001 11011 100111 0 101 100000011 1001101 1001100

Color Harmonies of #B193F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193F1

Black with #B193F1

Text Example


Text Example

White with #B193F1

Text Example


Text Example

HTML Codes & Css Web 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>