Html Css Color HEX #B492B1 London Hue

📋 copy color: '#B492B1'

red 180 ◦ green 146 ◦ blue 177

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

Shades of London Hue #B492B1

Tints of London Hue #B492B1

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 35.79%
G = 29.03%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B492B1 (or 0xB492B1) is known color: London Hue. HEX triplet: B4, 92 and B1. RGB value is (180,146,177). Sum of RGB (Red+Green+Blue) = 180+146+177=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B492B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492B1 is #4B6D4E. Grayscale: #9F9F9F. Windows color (decimal): -4943183 or 11637428. OLE color: 11637428.

HSL color Cylindrical-coordinate representation of color #B492B1: hue angle of 305.29º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B492B1 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 177 -
CMYK 0 0.19 0.02 0.29
HSL 305.29º 0.18% 0.64% -
HSV(B) 305.29º 0.19% 0.71% -
XYZ 37.04 33.44 46.1 -
YUV 159.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 180 146 177 0 0.19 0.02 0.29 305.29 0.18 0.64
Hex B4 92 B1 0 13 2 1D 131 12 40
Octal 264 222 261 0 23 2 35 461 22 100
Binary 10110100 10010010 10110001 0 10011 10 11101 100110001 10010 1000000

Color Harmonies of #B492B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492B1

Black with #B492B1

Text Example


Text Example

White with #B492B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492B1; }

 p { color: rgb(180,146,177); }

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

background-color css

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

 a { background-color: rgb(180,146,177); }

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

border-color css

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

 span { border-color: rgb(180,146,177); }

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