Html Css Color HEX #B492B5 London Hue

📋 copy color: '#B492B5'

red 180 ◦ green 146 ◦ blue 181

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

Shades of London Hue #B492B5

Tints of London Hue #B492B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 35.5%
G = 28.8%
B = 35.7%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B492B5 (or 0xB492B5) is known color: London Hue. HEX triplet: B4, 92 and B5. RGB value is (180,146,181). Sum of RGB (Red+Green+Blue) = 180+146+181=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #B492B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492B5 is #4B6D4A. Grayscale: #A0A0A0. Windows color (decimal): -4943179 or 11899572. OLE color: 11899572.

HSL color Cylindrical-coordinate representation of color #B492B5: hue angle of 298.29º degrees, saturation: 0.19, 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 #B492B5 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 181 -
CMYK 0.01 0.19 0 0.29
HSL 298.29º 0.19% 0.64% -
HSV(B) 298.29º 0.19% 0.71% -
XYZ 37.44 33.6 48.23 -
YUV 160.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 180 146 181 0.01 0.19 0 0.29 298.29 0.19 0.64
Hex B4 92 B5 1 13 0 1D 12A 13 40
Octal 264 222 265 1 23 0 35 452 23 100
Binary 10110100 10010010 10110101 1 10011 0 11101 100101010 10011 1000000

Color Harmonies of #B492B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492B5

Black with #B492B5

Text Example


Text Example

White with #B492B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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