Html Css Color HEX #BE7AB1 London Hue

📋 copy color: '#BE7AB1'

red 190 ◦ green 122 ◦ blue 177

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

Shades of London Hue #BE7AB1

Tints of London Hue #BE7AB1

RGB

 RED value IS 190 (74.61% from 255) = 38.85%

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

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 38.85%
G = 24.95%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE7AB1 (or 0xBE7AB1) is known color: London Hue. HEX triplet: BE, 7A and B1. RGB value is (190,122,177). Sum of RGB (Red+Green+Blue) = 190+122+177=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AB1 is #41854E. Grayscale: #949494. Windows color (decimal): -4293967 or 11631294. OLE color: 11631294.

HSL color Cylindrical-coordinate representation of color #BE7AB1: hue angle of 311.47º degrees, saturation: 0.34, 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 #BE7AB1 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 177 -
CMYK 0 0.36 0.07 0.25
HSL 311.47º 0.34% 0.61% -
HSV(B) 311.47º 0.36% 0.75% -
XYZ 36.13 28.04 45.1 -
YUV 148.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 190 122 177 0 0.36 0.07 0.25 311.47 0.34 0.61
Hex BE 7A B1 0 24 7 19 137 22 3D
Octal 276 172 261 0 44 7 31 467 42 75
Binary 10111110 1111010 10110001 0 100100 111 11001 100110111 100010 111101

Color Harmonies of #BE7AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AB1

Black with #BE7AB1

Text Example


Text Example

White with #BE7AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AB1; }

 p { color: rgb(190,122,177); }

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

background-color css

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

 a { background-color: rgb(190,122,177); }

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

border-color css

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

 span { border-color: rgb(190,122,177); }

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