Html Css Color HEX #BE7DB0 London Hue

📋 copy color: '#BE7DB0'

red 190 ◦ green 125 ◦ blue 176

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

Shades of London Hue #BE7DB0

Tints of London Hue #BE7DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.46%

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 38.7%
G = 25.46%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE7DB0 (or 0xBE7DB0) is known color: London Hue. HEX triplet: BE, 7D and B0. RGB value is (190,125,176). Sum of RGB (Red+Green+Blue) = 190+125+176=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DB0 is #41824F. Grayscale: #969696. Windows color (decimal): -4293200 or 11566526. OLE color: 11566526.

HSL color Cylindrical-coordinate representation of color #BE7DB0: hue angle of 312.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7DB0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 176 -
CMYK 0 0.34 0.07 0.25
HSL 312.92º 0.33% 0.62% -
HSV(B) 312.92º 0.34% 0.75% -
XYZ 36.41 28.75 44.7 -
YUV 150.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 190 125 176 0 0.34 0.07 0.25 312.92 0.33 0.62
Hex BE 7D B0 0 22 7 19 139 21 3E
Octal 276 175 260 0 42 7 31 471 41 76
Binary 10111110 1111101 10110000 0 100010 111 11001 100111001 100001 111110

Color Harmonies of #BE7DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DB0

Black with #BE7DB0

Text Example


Text Example

White with #BE7DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DB0; }

 p { color: rgb(190,125,176); }

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

background-color css

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

 a { background-color: rgb(190,125,176); }

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

border-color css

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

 span { border-color: rgb(190,125,176); }

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