Html Css Color HEX #B971AF London Hue

📋 copy color: '#B971AF'

red 185 ◦ green 113 ◦ blue 175

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

Shades of London Hue #B971AF

Tints of London Hue #B971AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

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

R = 39.11%
G = 23.89%
B = 37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B971AF (or 0xB971AF) is known color: London Hue. HEX triplet: B9, 71 and AF. RGB value is (185,113,175). Sum of RGB (Red+Green+Blue) = 185+113+175=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B971AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971AF is #468E50. Grayscale: #8D8D8D. Windows color (decimal): -4623953 or 11497913. OLE color: 11497913.

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

Color convert

RGB 185 113 175 -
CMYK 0 0.39 0.05 0.27
HSL 308.33º 0.34% 0.58% -
HSV(B) 308.33º 0.39% 0.73% -
XYZ 33.65 25.22 43.65 -
YUV 141.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 185 113 175 0 0.39 0.05 0.27 308.33 0.34 0.58
Hex B9 71 AF 0 27 5 1B 134 22 3A
Octal 271 161 257 0 47 5 33 464 42 72
Binary 10111001 1110001 10101111 0 100111 101 11011 100110100 100010 111010

Color Harmonies of #B971AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971AF

Black with #B971AF

Text Example


Text Example

White with #B971AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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