Html Css Color HEX #B392AD London Hue

📋 copy color: '#B392AD'

red 179 ◦ green 146 ◦ blue 173

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

Shades of London Hue #B392AD

Tints of London Hue #B392AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 35.94%
G = 29.32%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B392AD (or 0xB392AD) is known color: London Hue. HEX triplet: B3, 92 and AD. RGB value is (179,146,173). Sum of RGB (Red+Green+Blue) = 179+146+173=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B392AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392AD is #4C6D52. Grayscale: #9E9E9E. Windows color (decimal): -5008723 or 11375283. OLE color: 11375283.

HSL color Cylindrical-coordinate representation of color #B392AD: hue angle of 310.91º degrees, saturation: 0.18, 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 #B392AD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 173 -
CMYK 0 0.18 0.03 0.30
HSL 310.91º 0.18% 0.64% -
HSV(B) 310.91º 0.18% 0.7% -
XYZ 36.41 33.16 44.02 -
YUV 158.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 179 146 173 0 0.18 0.03 0.30 310.91 0.18 0.64
Hex B3 92 AD 0 12 3 1E 137 12 40
Octal 263 222 255 0 22 3 36 467 22 100
Binary 10110011 10010010 10101101 0 10010 11 11110 100110111 10010 1000000

Color Harmonies of #B392AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392AD

Black with #B392AD

Text Example


Text Example

White with #B392AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392AD; }

 p { color: rgb(179,146,173); }

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

background-color css

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

 a { background-color: rgb(179,146,173); }

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

border-color css

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

 span { border-color: rgb(179,146,173); }

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