Html Css Color HEX #BE7DD4 East Side

📋 copy color: '#BE7DD4'

red 190 ◦ green 125 ◦ blue 212

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

Shades of East Side #BE7DD4

Tints of East Side #BE7DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.23%

R = 36.05%
G = 23.72%
B = 40.23%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE7DD4 (or 0xBE7DD4) is known color: East Side. HEX triplet: BE, 7D and D4. RGB value is (190,125,212). Sum of RGB (Red+Green+Blue) = 190+125+212=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE7DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD4 is #41822B. Grayscale: #9A9A9A. Windows color (decimal): -4293164 or 13925822. OLE color: 13925822.

HSL color Cylindrical-coordinate representation of color #BE7DD4: hue angle of 284.83º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7DD4 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 125 212 -
CMYK 0.10 0.41 0 0.17
HSL 284.83º 0.5% 0.66% -
HSV(B) 284.83º 0.41% 0.83% -
XYZ 40.45 30.37 66.02 -
YUV 154.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 190 125 212 0.10 0.41 0 0.17 284.83 0.5 0.66
Hex BE 7D D4 A 29 0 11 11D 32 42
Octal 276 175 324 12 51 0 21 435 62 102
Binary 10111110 1111101 11010100 1010 101001 0 10001 100011101 110010 1000010

Color Harmonies of #BE7DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DD4

Black with #BE7DD4

Text Example


Text Example

White with #BE7DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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