Html Css Color HEX #BE7DBA London Hue

📋 copy color: '#BE7DBA'

red 190 ◦ green 125 ◦ blue 186

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

Shades of London Hue #BE7DBA

Tints of London Hue #BE7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 37.92%
G = 24.95%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE7DBA (or 0xBE7DBA) is known color: London Hue. HEX triplet: BE, 7D and BA. RGB value is (190,125,186). Sum of RGB (Red+Green+Blue) = 190+125+186=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DBA is #418245. Grayscale: #979797. Windows color (decimal): -4293190 or 12221886. OLE color: 12221886.

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

Color convert

RGB 190 125 186 -
CMYK 0 0.34 0.02 0.25
HSL 303.69º 0.33% 0.62% -
HSV(B) 303.69º 0.34% 0.75% -
XYZ 37.43 29.16 50.11 -
YUV 151.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 190 125 186 0 0.34 0.02 0.25 303.69 0.33 0.62
Hex BE 7D BA 0 22 2 19 130 21 3E
Octal 276 175 272 0 42 2 31 460 41 76
Binary 10111110 1111101 10111010 0 100010 10 11001 100110000 100001 111110

Color Harmonies of #BE7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DBA

Black with #BE7DBA

Text Example


Text Example

White with #BE7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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