Html Css Color HEX #BD7AAE London Hue

📋 copy color: '#BD7AAE'

red 189 ◦ green 122 ◦ blue 174

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

Shades of London Hue #BD7AAE

Tints of London Hue #BD7AAE

RGB

 RED value IS 189 (74.22% from 255) = 38.97%

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

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 38.97%
G = 25.15%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD7AAE (or 0xBD7AAE) is known color: London Hue. HEX triplet: BD, 7A and AE. RGB value is (189,122,174). Sum of RGB (Red+Green+Blue) = 189+122+174=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AAE is #428551. Grayscale: #939393. Windows color (decimal): -4359506 or 11434685. OLE color: 11434685.

HSL color Cylindrical-coordinate representation of color #BD7AAE: hue angle of 313.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7AAE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 174 -
CMYK 0 0.35 0.08 0.26
HSL 313.43º 0.34% 0.61% -
HSV(B) 313.43º 0.35% 0.74% -
XYZ 35.59 27.79 43.53 -
YUV 147.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 189 122 174 0 0.35 0.08 0.26 313.43 0.34 0.61
Hex BD 7A AE 0 23 8 1A 139 22 3D
Octal 275 172 256 0 43 10 32 471 42 75
Binary 10111101 1111010 10101110 0 100011 1000 11010 100111001 100010 111101

Color Harmonies of #BD7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AAE

Black with #BD7AAE

Text Example


Text Example

White with #BD7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AAE; }

 p { color: rgb(189,122,174); }

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

background-color css

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

 a { background-color: rgb(189,122,174); }

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

border-color css

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

 span { border-color: rgb(189,122,174); }

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