Html Css Color HEX #B193E5 Biloba Flower

📋 copy color: '#B193E5'

red 177 ◦ green 147 ◦ blue 229

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

Shades of Biloba Flower #B193E5

Tints of Biloba Flower #B193E5

RGB

 RED value IS 177 (69.53% from 255) = 32.01%

 GREEN value IS 147 (57.81% from 255) = 26.58%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 32.01%
G = 26.58%
B = 41.41%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B193E5 (or 0xB193E5) is known color: Biloba Flower. HEX triplet: B1, 93 and E5. RGB value is (177,147,229). Sum of RGB (Red+Green+Blue) = 177+147+229=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #B193E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193E5 is #4E6C1A. Grayscale: #A5A5A5. Windows color (decimal): -5139483 or 15045553. OLE color: 15045553.

HSL color Cylindrical-coordinate representation of color #B193E5: hue angle of 261.95º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B193E5 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 147 229 -
CMYK 0.23 0.36 0 0.10
HSL 261.95º 0.61% 0.74% -
HSV(B) 261.95º 0.36% 0.9% -
XYZ 42.71 35.87 78.8 -
YUV 165.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 177 147 229 0.23 0.36 0 0.10 261.95 0.61 0.74
Hex B1 93 E5 17 24 0 A 106 3D 4A
Octal 261 223 345 27 44 0 12 406 75 112
Binary 10110001 10010011 11100101 10111 100100 0 1010 100000110 111101 1001010

Color Harmonies of #B193E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193E5

Black with #B193E5

Text Example


Text Example

White with #B193E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193E5; }

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

 H1.HeaderClassName
 {
   color: #B193E5;
 }
 .AnyTagClassName
 {
   color: #B193E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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