Html Css Color HEX #BF83AD London Hue

📋 copy color: '#BF83AD'

red 191 ◦ green 131 ◦ blue 173

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

Shades of London Hue #BF83AD

Tints of London Hue #BF83AD

RGB

 RED value IS 191 (75% from 255) = 38.59%

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

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

R = 38.59%
G = 26.46%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF83AD (or 0xBF83AD) is known color: London Hue. HEX triplet: BF, 83 and AD. RGB value is (191,131,173). Sum of RGB (Red+Green+Blue) = 191+131+173=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AD is #407C52. Grayscale: #999999. Windows color (decimal): -4226131 or 11371455. OLE color: 11371455.

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

Color convert

RGB 191 131 173 -
CMYK 0 0.31 0.09 0.25
HSL 318º 0.32% 0.63% -
HSV(B) 318º 0.31% 0.75% -
XYZ 37.14 30.33 43.43 -
YUV 153.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 191 131 173 0 0.31 0.09 0.25 318 0.32 0.63
Hex BF 83 AD 0 1F 9 19 13E 20 3F
Octal 277 203 255 0 37 11 31 476 40 77
Binary 10111111 10000011 10101101 0 11111 1001 11001 100111110 100000 111111

Color Harmonies of #BF83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83AD

Black with #BF83AD

Text Example


Text Example

White with #BF83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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