Html Css Color HEX #B973AF London Hue

📋 copy color: '#B973AF'

red 185 ◦ green 115 ◦ blue 175

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

Shades of London Hue #B973AF

Tints of London Hue #B973AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.21%

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

R = 38.95%
G = 24.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B973AF (or 0xB973AF) is known color: London Hue. HEX triplet: B9, 73 and AF. RGB value is (185,115,175). Sum of RGB (Red+Green+Blue) = 185+115+175=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B973AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973AF is #468C50. Grayscale: #8E8E8E. Windows color (decimal): -4623441 or 11498425. OLE color: 11498425.

HSL color Cylindrical-coordinate representation of color #B973AF: hue angle of 308.57º degrees, saturation: 0.33, 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 #B973AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 175 -
CMYK 0 0.38 0.05 0.27
HSL 308.57º 0.33% 0.59% -
HSV(B) 308.57º 0.38% 0.73% -
XYZ 33.88 25.67 43.73 -
YUV 142.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 185 115 175 0 0.38 0.05 0.27 308.57 0.33 0.59
Hex B9 73 AF 0 26 5 1B 135 21 3B
Octal 271 163 257 0 46 5 33 465 41 73
Binary 10111001 1110011 10101111 0 100110 101 11011 100110101 100001 111011

Color Harmonies of #B973AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973AF

Black with #B973AF

Text Example


Text Example

White with #B973AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973AF; }

 p { color: rgb(185,115,175); }

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

background-color css

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

 a { background-color: rgb(185,115,175); }

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

border-color css

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

 span { border-color: rgb(185,115,175); }

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