Html Css Color HEX #BF83AF London Hue

📋 copy color: '#BF83AF'

red 191 ◦ green 131 ◦ blue 175

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

Shades of London Hue #BF83AF

Tints of London Hue #BF83AF

RGB

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

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

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

R = 38.43%
G = 26.36%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF83AF (or 0xBF83AF) is known color: London Hue. HEX triplet: BF, 83 and AF. RGB value is (191,131,175). Sum of RGB (Red+Green+Blue) = 191+131+175=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AF is #407C50. Grayscale: #999999. Windows color (decimal): -4226129 or 11502527. OLE color: 11502527.

HSL color Cylindrical-coordinate representation of color #BF83AF: hue angle of 316º 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 #BF83AF is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 175 -
CMYK 0 0.31 0.08 0.25
HSL 316º 0.32% 0.63% -
HSV(B) 316º 0.31% 0.75% -
XYZ 37.34 30.4 44.46 -
YUV 153.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 191 131 175 0 0.31 0.08 0.25 316 0.32 0.63
Hex BF 83 AF 0 1F 8 19 13C 20 3F
Octal 277 203 257 0 37 10 31 474 40 77
Binary 10111111 10000011 10101111 0 11111 1000 11001 100111100 100000 111111

Color Harmonies of #BF83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83AF

Black with #BF83AF

Text Example


Text Example

White with #BF83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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