Html Css Color HEX #B390A7 London Hue

📋 copy color: '#B390A7'

red 179 ◦ green 144 ◦ blue 167

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

Shades of London Hue #B390A7

Tints of London Hue #B390A7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.39%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 36.53%
G = 29.39%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B390A7 (or 0xB390A7) is known color: London Hue. HEX triplet: B3, 90 and A7. RGB value is (179,144,167). Sum of RGB (Red+Green+Blue) = 179+144+167=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A7 is #4C6F58. Grayscale: #9D9D9D. Windows color (decimal): -5009241 or 10981555. OLE color: 10981555.

HSL color Cylindrical-coordinate representation of color #B390A7: hue angle of 320.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A7 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 144 167 -
CMYK 0 0.20 0.07 0.30
HSL 320.57º 0.19% 0.63% -
HSV(B) 320.57º 0.2% 0.7% -
XYZ 35.54 32.32 40.92 -
YUV 157.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 179 144 167 0 0.20 0.07 0.30 320.57 0.19 0.63
Hex B3 90 A7 0 14 7 1E 141 13 3F
Octal 263 220 247 0 24 7 36 501 23 77
Binary 10110011 10010000 10100111 0 10100 111 11110 101000001 10011 111111

Color Harmonies of #B390A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390A7

Black with #B390A7

Text Example


Text Example

White with #B390A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390A7; }

 p { color: rgb(179,144,167); }

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

background-color css

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

 a { background-color: rgb(179,144,167); }

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

border-color css

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

 span { border-color: rgb(179,144,167); }

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