Html Css Color HEX #BE7EBA London Hue

📋 copy color: '#BE7EBA'

red 190 ◦ green 126 ◦ blue 186

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

Shades of London Hue #BE7EBA

Tints of London Hue #BE7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 37.85%
G = 25.1%
B = 37.05%

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

#BE7EBA (or 0xBE7EBA) is known color: London Hue. HEX triplet: BE, 7E and BA. RGB value is (190,126,186). Sum of RGB (Red+Green+Blue) = 190+126+186=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EBA is #418145. Grayscale: #979797. Windows color (decimal): -4292934 or 12222142. OLE color: 12222142.

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

Color convert

RGB 190 126 186 -
CMYK 0 0.34 0.02 0.25
HSL 303.75º 0.33% 0.62% -
HSV(B) 303.75º 0.34% 0.75% -
XYZ 37.56 29.41 50.15 -
YUV 151.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 190 126 186 0 0.34 0.02 0.25 303.75 0.33 0.62
Hex BE 7E BA 0 22 2 19 130 21 3E
Octal 276 176 272 0 42 2 31 460 41 76
Binary 10111110 1111110 10111010 0 100010 10 11001 100110000 100001 111110

Color Harmonies of #BE7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EBA

Black with #BE7EBA

Text Example


Text Example

White with #BE7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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