Html Css Color HEX #B393A9 London Hue

📋 copy color: '#B393A9'

red 179 ◦ green 147 ◦ blue 169

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

Shades of London Hue #B393A9

Tints of London Hue #B393A9

RGB

 RED value IS 179 (70.31% from 255) = 36.16%

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

 BLUE value IS 169 (66.41% from 255) = 34.14%

R = 36.16%
G = 29.7%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B393A9 (or 0xB393A9) is known color: London Hue. HEX triplet: B3, 93 and A9. RGB value is (179,147,169). Sum of RGB (Red+Green+Blue) = 179+147+169=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A9 is #4C6C56. Grayscale: #9F9F9F. Windows color (decimal): -5008471 or 11113395. OLE color: 11113395.

HSL color Cylindrical-coordinate representation of color #B393A9: hue angle of 318.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393A9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 169 -
CMYK 0 0.18 0.06 0.30
HSL 318.75º 0.17% 0.64% -
HSV(B) 318.75º 0.18% 0.7% -
XYZ 36.19 33.32 42.06 -
YUV 159.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 179 147 169 0 0.18 0.06 0.30 318.75 0.17 0.64
Hex B3 93 A9 0 12 6 1E 13F 11 40
Octal 263 223 251 0 22 6 36 477 21 100
Binary 10110011 10010011 10101001 0 10010 110 11110 100111111 10001 1000000

Color Harmonies of #B393A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393A9

Black with #B393A9

Text Example


Text Example

White with #B393A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393A9; }

 p { color: rgb(179,147,169); }

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

background-color css

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

 a { background-color: rgb(179,147,169); }

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

border-color css

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

 span { border-color: rgb(179,147,169); }

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