Html Css Color HEX #BE7DD6 East Side

📋 copy color: '#BE7DD6'

red 190 ◦ green 125 ◦ blue 214

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

Shades of East Side #BE7DD6

Tints of East Side #BE7DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 35.92%
G = 23.63%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE7DD6 (or 0xBE7DD6) is known color: East Side. HEX triplet: BE, 7D and D6. RGB value is (190,125,214). Sum of RGB (Red+Green+Blue) = 190+125+214=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD6 is #418229. Grayscale: #9A9A9A. Windows color (decimal): -4293162 or 14056894. OLE color: 14056894.

HSL color Cylindrical-coordinate representation of color #BE7DD6: hue angle of 283.82º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7DD6 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 125 214 -
CMYK 0.11 0.42 0 0.16
HSL 283.82º 0.52% 0.66% -
HSV(B) 283.82º 0.42% 0.84% -
XYZ 40.71 30.47 67.35 -
YUV 154.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 190 125 214 0.11 0.42 0 0.16 283.82 0.52 0.66
Hex BE 7D D6 B 2A 0 10 11C 34 42
Octal 276 175 326 13 52 0 20 434 64 102
Binary 10111110 1111101 11010110 1011 101010 0 10000 100011100 110100 1000010

Color Harmonies of #BE7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DD6

Black with #BE7DD6

Text Example


Text Example

White with #BE7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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