Html Css Color HEX #BF7AAE London Hue

📋 copy color: '#BF7AAE'

red 191 ◦ green 122 ◦ blue 174

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

Shades of London Hue #BF7AAE

Tints of London Hue #BF7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 39.22%
G = 25.05%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF7AAE (or 0xBF7AAE) is known color: London Hue. HEX triplet: BF, 7A and AE. RGB value is (191,122,174). Sum of RGB (Red+Green+Blue) = 191+122+174=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7AAE is #408551. Grayscale: #949494. Windows color (decimal): -4228434 or 11434687. OLE color: 11434687.

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

Color convert

RGB 191 122 174 -
CMYK 0 0.36 0.09 0.25
HSL 314.78º 0.35% 0.61% -
HSV(B) 314.78º 0.36% 0.75% -
XYZ 36.09 28.05 43.56 -
YUV 148.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 191 122 174 0 0.36 0.09 0.25 314.78 0.35 0.61
Hex BF 7A AE 0 24 9 19 13B 23 3D
Octal 277 172 256 0 44 11 31 473 43 75
Binary 10111111 1111010 10101110 0 100100 1001 11001 100111011 100011 111101

Color Harmonies of #BF7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7AAE

Black with #BF7AAE

Text Example


Text Example

White with #BF7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7AAE; }

 p { color: rgb(191,122,174); }

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

background-color css

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

 a { background-color: rgb(191,122,174); }

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

border-color css

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

 span { border-color: rgb(191,122,174); }

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