Html Css Color HEX #BE7AAD London Hue

📋 copy color: '#BE7AAD'

red 190 ◦ green 122 ◦ blue 173

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

Shades of London Hue #BE7AAD

Tints of London Hue #BE7AAD

RGB

 RED value IS 190 (74.61% from 255) = 39.18%

 GREEN value IS 122 (48.05% from 255) = 25.15%

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

R = 39.18%
G = 25.15%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7AAD (or 0xBE7AAD) is known color: London Hue. HEX triplet: BE, 7A and AD. RGB value is (190,122,173). Sum of RGB (Red+Green+Blue) = 190+122+173=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AAD is #418552. Grayscale: #949494. Windows color (decimal): -4293971 or 11369150. OLE color: 11369150.

HSL color Cylindrical-coordinate representation of color #BE7AAD: hue angle of 315º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7AAD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 173 -
CMYK 0 0.36 0.09 0.25
HSL 315º 0.34% 0.61% -
HSV(B) 315º 0.36% 0.75% -
XYZ 35.74 27.88 43.03 -
YUV 148.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 190 122 173 0 0.36 0.09 0.25 315 0.34 0.61
Hex BE 7A AD 0 24 9 19 13B 22 3D
Octal 276 172 255 0 44 11 31 473 42 75
Binary 10111110 1111010 10101101 0 100100 1001 11001 100111011 100010 111101

Color Harmonies of #BE7AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AAD

Black with #BE7AAD

Text Example


Text Example

White with #BE7AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AAD; }

 p { color: rgb(190,122,173); }

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

background-color css

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

 a { background-color: rgb(190,122,173); }

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

border-color css

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

 span { border-color: rgb(190,122,173); }

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