Html Css Color HEX #B474AF London Hue

📋 copy color: '#B474AF'

red 180 ◦ green 116 ◦ blue 175

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

Shades of London Hue #B474AF

Tints of London Hue #B474AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 38.22%
G = 24.63%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B474AF (or 0xB474AF) is known color: London Hue. HEX triplet: B4, 74 and AF. RGB value is (180,116,175). Sum of RGB (Red+Green+Blue) = 180+116+175=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B474AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474AF is #4B8B50. Grayscale: #8D8D8D. Windows color (decimal): -4950865 or 11498676. OLE color: 11498676.

HSL color Cylindrical-coordinate representation of color #B474AF: hue angle of 304.69º 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 #B474AF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 175 -
CMYK 0 0.36 0.03 0.29
HSL 304.69º 0.3% 0.58% -
HSV(B) 304.69º 0.36% 0.71% -
XYZ 32.81 25.29 43.71 -
YUV 141.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 180 116 175 0 0.36 0.03 0.29 304.69 0.3 0.58
Hex B4 74 AF 0 24 3 1D 131 1E 3A
Octal 264 164 257 0 44 3 35 461 36 72
Binary 10110100 1110100 10101111 0 100100 11 11101 100110001 11110 111010

Color Harmonies of #B474AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474AF

Black with #B474AF

Text Example


Text Example

White with #B474AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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