Html Css Color HEX #B193DD Biloba Flower

📋 copy color: '#B193DD'

red 177 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #B193DD

Tints of Biloba Flower #B193DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 32.48%
G = 26.97%
B = 40.55%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B193DD (or 0xB193DD) is known color: Biloba Flower. HEX triplet: B1, 93 and DD. RGB value is (177,147,221). Sum of RGB (Red+Green+Blue) = 177+147+221=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B193DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193DD is #4E6C22. Grayscale: #A4A4A4. Windows color (decimal): -5139491 or 14521265. OLE color: 14521265.

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

Color convert

RGB 177 147 221 -
CMYK 0.20 0.33 0 0.13
HSL 264.32º 0.52% 0.72% -
HSV(B) 264.32º 0.33% 0.87% -
XYZ 41.62 35.44 73.05 -
YUV 164.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 177 147 221 0.20 0.33 0 0.13 264.32 0.52 0.72
Hex B1 93 DD 14 21 0 D 108 34 48
Octal 261 223 335 24 41 0 15 410 64 110
Binary 10110001 10010011 11011101 10100 100001 0 1101 100001000 110100 1001000

Color Harmonies of #B193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193DD

Black with #B193DD

Text Example


Text Example

White with #B193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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