Html Css Color HEX #BD73AF London Hue

📋 copy color: '#BD73AF'

red 189 ◦ green 115 ◦ blue 175

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

Shades of London Hue #BD73AF

Tints of London Hue #BD73AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 39.46%
G = 24.01%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD73AF (or 0xBD73AF) is known color: London Hue. HEX triplet: BD, 73 and AF. RGB value is (189,115,175). Sum of RGB (Red+Green+Blue) = 189+115+175=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD73AF is #428C50. Grayscale: #8F8F8F. Windows color (decimal): -4361297 or 11498429. OLE color: 11498429.

HSL color Cylindrical-coordinate representation of color #BD73AF: hue angle of 311.35º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD73AF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 175 -
CMYK 0 0.39 0.07 0.26
HSL 311.35º 0.36% 0.6% -
HSV(B) 311.35º 0.39% 0.74% -
XYZ 34.85 26.18 43.77 -
YUV 143.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 189 115 175 0 0.39 0.07 0.26 311.35 0.36 0.6
Hex BD 73 AF 0 27 7 1A 137 24 3C
Octal 275 163 257 0 47 7 32 467 44 74
Binary 10111101 1110011 10101111 0 100111 111 11010 100110111 100100 111100

Color Harmonies of #BD73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73AF

Black with #BD73AF

Text Example


Text Example

White with #BD73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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