Html Css Color HEX #BD7AAF London Hue

📋 copy color: '#BD7AAF'

red 189 ◦ green 122 ◦ blue 175

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

Shades of London Hue #BD7AAF

Tints of London Hue #BD7AAF

RGB

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

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

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

R = 38.89%
G = 25.1%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD7AAF (or 0xBD7AAF) is known color: London Hue. HEX triplet: BD, 7A and AF. RGB value is (189,122,175). Sum of RGB (Red+Green+Blue) = 189+122+175=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AAF is #428550. Grayscale: #939393. Windows color (decimal): -4359505 or 11500221. OLE color: 11500221.

HSL color Cylindrical-coordinate representation of color #BD7AAF: hue angle of 312.54º 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 #BD7AAF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 175 -
CMYK 0 0.35 0.07 0.26
HSL 312.54º 0.34% 0.61% -
HSV(B) 312.54º 0.35% 0.74% -
XYZ 35.68 27.83 44.05 -
YUV 148.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 189 122 175 0 0.35 0.07 0.26 312.54 0.34 0.61
Hex BD 7A AF 0 23 7 1A 139 22 3D
Octal 275 172 257 0 43 7 32 471 42 75
Binary 10111101 1111010 10101111 0 100011 111 11010 100111001 100010 111101

Color Harmonies of #BD7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AAF

Black with #BD7AAF

Text Example


Text Example

White with #BD7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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