Html Css Color HEX #B474B0 London Hue

📋 copy color: '#B474B0'

red 180 ◦ green 116 ◦ blue 176

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

Shades of London Hue #B474B0

Tints of London Hue #B474B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 38.14%
G = 24.58%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B474B0 (or 0xB474B0) is known color: London Hue. HEX triplet: B4, 74 and B0. RGB value is (180,116,176). Sum of RGB (Red+Green+Blue) = 180+116+176=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B474B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474B0 is #4B8B4F. Grayscale: #8D8D8D. Windows color (decimal): -4950864 or 11564212. OLE color: 11564212.

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

Color convert

RGB 180 116 176 -
CMYK 0 0.36 0.02 0.29
HSL 303.75º 0.3% 0.58% -
HSV(B) 303.75º 0.36% 0.71% -
XYZ 32.9 25.33 44.23 -
YUV 141.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 180 116 176 0 0.36 0.02 0.29 303.75 0.3 0.58
Hex B4 74 B0 0 24 2 1D 130 1E 3A
Octal 264 164 260 0 44 2 35 460 36 72
Binary 10110100 1110100 10110000 0 100100 10 11101 100110000 11110 111010

Color Harmonies of #B474B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474B0

Black with #B474B0

Text Example


Text Example

White with #B474B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474B0; }

 p { color: rgb(180,116,176); }

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

background-color css

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

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

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

border-color css

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

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

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