Html Css Color HEX #B774AD London Hue

📋 copy color: '#B774AD'

red 183 ◦ green 116 ◦ blue 173

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

Shades of London Hue #B774AD

Tints of London Hue #B774AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 38.77%
G = 24.58%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B774AD (or 0xB774AD) is known color: London Hue. HEX triplet: B7, 74 and AD. RGB value is (183,116,173). Sum of RGB (Red+Green+Blue) = 183+116+173=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AD is #488B52. Grayscale: #8E8E8E. Windows color (decimal): -4754259 or 11367607. OLE color: 11367607.

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

Color convert

RGB 183 116 173 -
CMYK 0 0.37 0.05 0.28
HSL 308.96º 0.32% 0.59% -
HSV(B) 308.96º 0.37% 0.72% -
XYZ 33.32 25.58 42.72 -
YUV 142.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 183 116 173 0 0.37 0.05 0.28 308.96 0.32 0.59
Hex B7 74 AD 0 25 5 1C 135 20 3B
Octal 267 164 255 0 45 5 34 465 40 73
Binary 10110111 1110100 10101101 0 100101 101 11100 100110101 100000 111011

Color Harmonies of #B774AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774AD

Black with #B774AD

Text Example


Text Example

White with #B774AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774AD; }

 p { color: rgb(183,116,173); }

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

background-color css

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

 a { background-color: rgb(183,116,173); }

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

border-color css

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

 span { border-color: rgb(183,116,173); }

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