Html Css Color HEX #BE7EC4 East Side

📋 copy color: '#BE7EC4'

red 190 ◦ green 126 ◦ blue 196

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

Shades of East Side #BE7EC4

Tints of East Side #BE7EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 37.11%
G = 24.61%
B = 38.28%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE7EC4 (or 0xBE7EC4) is known color: East Side. HEX triplet: BE, 7E and C4. RGB value is (190,126,196). Sum of RGB (Red+Green+Blue) = 190+126+196=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EC4 is #41813B. Grayscale: #989898. Windows color (decimal): -4292924 or 12877502. OLE color: 12877502.

HSL color Cylindrical-coordinate representation of color #BE7EC4: hue angle of 294.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7EC4 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 126 196 -
CMYK 0.03 0.36 0 0.23
HSL 294.86º 0.37% 0.63% -
HSV(B) 294.86º 0.36% 0.77% -
XYZ 38.66 29.85 55.95 -
YUV 153.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 190 126 196 0.03 0.36 0 0.23 294.86 0.37 0.63
Hex BE 7E C4 3 24 0 17 127 25 3F
Octal 276 176 304 3 44 0 27 447 45 77
Binary 10111110 1111110 11000100 11 100100 0 10111 100100111 100101 111111

Color Harmonies of #BE7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EC4

Black with #BE7EC4

Text Example


Text Example

White with #BE7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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