Html Css Color HEX #BF77AF London Hue

📋 copy color: '#BF77AF'

red 191 ◦ green 119 ◦ blue 175

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

Shades of London Hue #BF77AF

Tints of London Hue #BF77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.54%

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

R = 39.38%
G = 24.54%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF77AF (or 0xBF77AF) is known color: London Hue. HEX triplet: BF, 77 and AF. RGB value is (191,119,175). Sum of RGB (Red+Green+Blue) = 191+119+175=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AF is #408850. Grayscale: #929292. Windows color (decimal): -4229201 or 11499455. OLE color: 11499455.

HSL color Cylindrical-coordinate representation of color #BF77AF: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77AF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 175 -
CMYK 0 0.38 0.08 0.25
HSL 313.33º 0.36% 0.61% -
HSV(B) 313.33º 0.38% 0.75% -
XYZ 35.82 27.37 43.95 -
YUV 146.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 191 119 175 0 0.38 0.08 0.25 313.33 0.36 0.61
Hex BF 77 AF 0 26 8 19 139 24 3D
Octal 277 167 257 0 46 10 31 471 44 75
Binary 10111111 1110111 10101111 0 100110 1000 11001 100111001 100100 111101

Color Harmonies of #BF77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77AF

Black with #BF77AF

Text Example


Text Example

White with #BF77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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