Html Css Color HEX #B193DA Biloba Flower

📋 copy color: '#B193DA'

red 177 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #B193DA

Tints of Biloba Flower #B193DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 32.66%
G = 27.12%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B193DA (or 0xB193DA) is known color: Biloba Flower. HEX triplet: B1, 93 and DA. RGB value is (177,147,218). Sum of RGB (Red+Green+Blue) = 177+147+218=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B193DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193DA is #4E6C25. Grayscale: #A3A3A3. Windows color (decimal): -5139494 or 14324657. OLE color: 14324657.

HSL color Cylindrical-coordinate representation of color #B193DA: hue angle of 265.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B193DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 147 218 -
CMYK 0.19 0.33 0 0.15
HSL 265.35º 0.49% 0.72% -
HSV(B) 265.35º 0.33% 0.85% -
XYZ 41.22 35.28 70.97 -
YUV 164.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 177 147 218 0.19 0.33 0 0.15 265.35 0.49 0.72
Hex B1 93 DA 13 21 0 F 109 31 48
Octal 261 223 332 23 41 0 17 411 61 110
Binary 10110001 10010011 11011010 10011 100001 0 1111 100001001 110001 1001000

Color Harmonies of #B193DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193DA

Black with #B193DA

Text Example


Text Example

White with #B193DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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