Html Css Color HEX #B972AE London Hue

📋 copy color: '#B972AE'

red 185 ◦ green 114 ◦ blue 174

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

Shades of London Hue #B972AE

Tints of London Hue #B972AE

RGB

 RED value IS 185 (72.66% from 255) = 39.11%

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 39.11%
G = 24.1%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B972AE (or 0xB972AE) is known color: London Hue. HEX triplet: B9, 72 and AE. RGB value is (185,114,174). Sum of RGB (Red+Green+Blue) = 185+114+174=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AE is #468D51. Grayscale: #8D8D8D. Windows color (decimal): -4623698 or 11432633. OLE color: 11432633.

HSL color Cylindrical-coordinate representation of color #B972AE: hue angle of 309.3º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972AE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 174 -
CMYK 0 0.38 0.06 0.27
HSL 309.3º 0.34% 0.59% -
HSV(B) 309.3º 0.38% 0.73% -
XYZ 33.66 25.4 43.17 -
YUV 142.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 185 114 174 0 0.38 0.06 0.27 309.3 0.34 0.59
Hex B9 72 AE 0 26 6 1B 135 22 3B
Octal 271 162 256 0 46 6 33 465 42 73
Binary 10111001 1110010 10101110 0 100110 110 11011 100110101 100010 111011

Color Harmonies of #B972AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972AE

Black with #B972AE

Text Example


Text Example

White with #B972AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972AE; }

 p { color: rgb(185,114,174); }

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

background-color css

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

 a { background-color: rgb(185,114,174); }

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

border-color css

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

 span { border-color: rgb(185,114,174); }

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