Html Css Color HEX #B193DF Biloba Flower

📋 copy color: '#B193DF'

red 177 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #B193DF

Tints of Biloba Flower #B193DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 32.36%
G = 26.87%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B193DF (or 0xB193DF) is known color: Biloba Flower. HEX triplet: B1, 93 and DF. RGB value is (177,147,223). Sum of RGB (Red+Green+Blue) = 177+147+223=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B193DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193DF is #4E6C20. Grayscale: #A4A4A4. Windows color (decimal): -5139489 or 14652337. OLE color: 14652337.

HSL color Cylindrical-coordinate representation of color #B193DF: hue angle of 263.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B193DF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 147 223 -
CMYK 0.21 0.34 0 0.13
HSL 263.68º 0.54% 0.73% -
HSV(B) 263.68º 0.34% 0.87% -
XYZ 41.88 35.54 74.46 -
YUV 164.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 177 147 223 0.21 0.34 0 0.13 263.68 0.54 0.73
Hex B1 93 DF 15 22 0 D 108 36 49
Octal 261 223 337 25 42 0 15 410 66 111
Binary 10110001 10010011 11011111 10101 100010 0 1101 100001000 110110 1001001

Color Harmonies of #B193DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193DF

Black with #B193DF

Text Example


Text Example

White with #B193DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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