Html Css Color HEX #BE7AD1 East Side

📋 copy color: '#BE7AD1'

red 190 ◦ green 122 ◦ blue 209

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

Shades of East Side #BE7AD1

Tints of East Side #BE7AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 36.47%
G = 23.42%
B = 40.12%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE7AD1 (or 0xBE7AD1) is known color: East Side. HEX triplet: BE, 7A and D1. RGB value is (190,122,209). Sum of RGB (Red+Green+Blue) = 190+122+209=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD1 is #41852E. Grayscale: #979797. Windows color (decimal): -4293935 or 13728446. OLE color: 13728446.

HSL color Cylindrical-coordinate representation of color #BE7AD1: hue angle of 286.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7AD1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 122 209 -
CMYK 0.09 0.42 0 0.18
HSL 286.9º 0.49% 0.65% -
HSV(B) 286.9º 0.42% 0.82% -
XYZ 39.7 29.47 63.92 -
YUV 152.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 190 122 209 0.09 0.42 0 0.18 286.9 0.49 0.65
Hex BE 7A D1 9 2A 0 12 11F 31 41
Octal 276 172 321 11 52 0 22 437 61 101
Binary 10111110 1111010 11010001 1001 101010 0 10010 100011111 110001 1000001

Color Harmonies of #BE7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AD1

Black with #BE7AD1

Text Example


Text Example

White with #BE7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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