Html Css Color HEX #B193DC Biloba Flower

📋 copy color: '#B193DC'

red 177 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #B193DC

Tints of Biloba Flower #B193DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 32.54%
G = 27.02%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B193DC (or 0xB193DC) is known color: Biloba Flower. HEX triplet: B1, 93 and DC. RGB value is (177,147,220). Sum of RGB (Red+Green+Blue) = 177+147+220=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #B193DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193DC is #4E6C23. Grayscale: #A4A4A4. Windows color (decimal): -5139492 or 14455729. OLE color: 14455729.

HSL color Cylindrical-coordinate representation of color #B193DC: hue angle of 264.66º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B193DC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 147 220 -
CMYK 0.20 0.33 0 0.14
HSL 264.66º 0.51% 0.72% -
HSV(B) 264.66º 0.33% 0.86% -
XYZ 41.48 35.38 72.35 -
YUV 164.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 177 147 220 0.20 0.33 0 0.14 264.66 0.51 0.72
Hex B1 93 DC 14 21 0 E 109 33 48
Octal 261 223 334 24 41 0 16 411 63 110
Binary 10110001 10010011 11011100 10100 100001 0 1110 100001001 110011 1001000

Color Harmonies of #B193DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193DC

Black with #B193DC

Text Example


Text Example

White with #B193DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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