Html Css Color HEX #B490B4 London Hue

📋 copy color: '#B490B4'

red 180 ◦ green 144 ◦ blue 180

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

Shades of London Hue #B490B4

Tints of London Hue #B490B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B490B4 (or 0xB490B4) is known color: London Hue. HEX triplet: B4, 90 and B4. RGB value is (180,144,180). Sum of RGB (Red+Green+Blue) = 180+144+180=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B490B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490B4 is #4B6F4B. Grayscale: #9E9E9E. Windows color (decimal): -4943692 or 11833524. OLE color: 11833524.

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

Color convert

RGB 180 144 180 -
CMYK 0 0.2 0 0.29
HSL 300º 0.19% 0.64% -
HSV(B) 300º 0.2% 0.71% -
XYZ 37.03 32.95 47.59 -
YUV 158.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 180 144 180 0 0.2 0 0.29 300 0.19 0.64
Hex B4 90 B4 0 14 0 1D 12C 13 40
Octal 264 220 264 0 24 0 35 454 23 100
Binary 10110100 10010000 10110100 0 10100 0 11101 100101100 10011 1000000

Color Harmonies of #B490B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490B4

Black with #B490B4

Text Example


Text Example

White with #B490B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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