Html Css Color HEX #BF74AF London Hue

📋 copy color: '#BF74AF'

red 191 ◦ green 116 ◦ blue 175

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

Shades of London Hue #BF74AF

Tints of London Hue #BF74AF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 39.63%
G = 24.07%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF74AF (or 0xBF74AF) is known color: London Hue. HEX triplet: BF, 74 and AF. RGB value is (191,116,175). Sum of RGB (Red+Green+Blue) = 191+116+175=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AF is #408B50. Grayscale: #909090. Windows color (decimal): -4229969 or 11498687. OLE color: 11498687.

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

Color convert

RGB 191 116 175 -
CMYK 0 0.39 0.08 0.25
HSL 312.8º 0.37% 0.6% -
HSV(B) 312.8º 0.39% 0.75% -
XYZ 35.47 26.66 43.83 -
YUV 145.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 191 116 175 0 0.39 0.08 0.25 312.8 0.37 0.6
Hex BF 74 AF 0 27 8 19 139 25 3C
Octal 277 164 257 0 47 10 31 471 45 74
Binary 10111111 1110100 10101111 0 100111 1000 11001 100111001 100101 111100

Color Harmonies of #BF74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74AF

Black with #BF74AF

Text Example


Text Example

White with #BF74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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