Html Css Color HEX #B490B6 London Hue

📋 copy color: '#B490B6'

red 180 ◦ green 144 ◦ blue 182

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

Shades of London Hue #B490B6

Tints of London Hue #B490B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 35.57%
G = 28.46%
B = 35.97%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B490B6 (or 0xB490B6) is known color: London Hue. HEX triplet: B4, 90 and B6. RGB value is (180,144,182). Sum of RGB (Red+Green+Blue) = 180+144+182=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #B490B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490B6 is #4B6F49. Grayscale: #9E9E9E. Windows color (decimal): -4943690 or 11964596. OLE color: 11964596.

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

Color convert

RGB 180 144 182 -
CMYK 0.01 0.21 0 0.29
HSL 296.84º 0.21% 0.64% -
HSV(B) 296.84º 0.21% 0.71% -
XYZ 37.24 33.03 48.67 -
YUV 159.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 180 144 182 0.01 0.21 0 0.29 296.84 0.21 0.64
Hex B4 90 B6 1 15 0 1D 129 15 40
Octal 264 220 266 1 25 0 35 451 25 100
Binary 10110100 10010000 10110110 1 10101 0 11101 100101001 10101 1000000

Color Harmonies of #B490B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490B6

Black with #B490B6

Text Example


Text Example

White with #B490B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490B6; }

 p { color: rgb(180,144,182); }

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

background-color css

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

 a { background-color: rgb(180,144,182); }

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

border-color css

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

 span { border-color: rgb(180,144,182); }

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