Html Css Color HEX #BD83AD London Hue

📋 copy color: '#BD83AD'

red 189 ◦ green 131 ◦ blue 173

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

Shades of London Hue #BD83AD

Tints of London Hue #BD83AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

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

R = 38.34%
G = 26.57%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD83AD (or 0xBD83AD) is known color: London Hue. HEX triplet: BD, 83 and AD. RGB value is (189,131,173). Sum of RGB (Red+Green+Blue) = 189+131+173=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83AD is #427C52. Grayscale: #999999. Windows color (decimal): -4357203 or 11371453. OLE color: 11371453.

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

Color convert

RGB 189 131 173 -
CMYK 0 0.31 0.08 0.26
HSL 316.55º 0.31% 0.63% -
HSV(B) 316.55º 0.31% 0.74% -
XYZ 36.65 30.07 43.41 -
YUV 153.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 189 131 173 0 0.31 0.08 0.26 316.55 0.31 0.63
Hex BD 83 AD 0 1F 8 1A 13D 1F 3F
Octal 275 203 255 0 37 10 32 475 37 77
Binary 10111101 10000011 10101101 0 11111 1000 11010 100111101 11111 111111

Color Harmonies of #BD83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83AD

Black with #BD83AD

Text Example


Text Example

White with #BD83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83AD; }

 p { color: rgb(189,131,173); }

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

background-color css

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

 a { background-color: rgb(189,131,173); }

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

border-color css

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

 span { border-color: rgb(189,131,173); }

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