Html Css Color HEX #B772AF London Hue

📋 copy color: '#B772AF'

red 183 ◦ green 114 ◦ blue 175

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

Shades of London Hue #B772AF

Tints of London Hue #B772AF

RGB

 RED value IS 183 (71.88% from 255) = 38.77%

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

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

R = 38.77%
G = 24.15%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B772AF (or 0xB772AF) is known color: London Hue. HEX triplet: B7, 72 and AF. RGB value is (183,114,175). Sum of RGB (Red+Green+Blue) = 183+114+175=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B772AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B772AF is #488D50. Grayscale: #8D8D8D. Windows color (decimal): -4754769 or 11498167. OLE color: 11498167.

HSL color Cylindrical-coordinate representation of color #B772AF: hue angle of 306.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B772AF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 175 -
CMYK 0 0.38 0.04 0.28
HSL 306.96º 0.32% 0.58% -
HSV(B) 306.96º 0.38% 0.72% -
XYZ 33.28 25.2 43.67 -
YUV 141.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 183 114 175 0 0.38 0.04 0.28 306.96 0.32 0.58
Hex B7 72 AF 0 26 4 1C 133 20 3A
Octal 267 162 257 0 46 4 34 463 40 72
Binary 10110111 1110010 10101111 0 100110 100 11100 100110011 100000 111010

Color Harmonies of #B772AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772AF

Black with #B772AF

Text Example


Text Example

White with #B772AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772AF; }

 p { color: rgb(183,114,175); }

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

background-color css

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

 a { background-color: rgb(183,114,175); }

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

border-color css

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

 span { border-color: rgb(183,114,175); }

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