Html Css Color HEX #BE0DA3 Medium Violet Red

📋 copy color: '#BE0DA3'

red 190 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #BE0DA3

Tints of Medium Violet Red #BE0DA3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

 BLUE value IS 163 (64.06% from 255) = 44.54%

R = 51.91%
G = 3.55%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE0DA3 (or 0xBE0DA3) is known color: Medium Violet Red. HEX triplet: BE, 0D and A3. RGB value is (190,13,163). Sum of RGB (Red+Green+Blue) = 190+13+163=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA3 is #41F25C. Grayscale: #525252. Windows color (decimal): -4321885 or 10685886. OLE color: 10685886.

HSL color Cylindrical-coordinate representation of color #BE0DA3: hue angle of 309.15º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 163 -
CMYK 0 0.93 0.14 0.25
HSL 309.15º 0.87% 0.4% -
HSV(B) 309.15º 0.93% 0.75% -
XYZ 27.99 13.88 35.85 -
YUV 83.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 190 13 163 0 0.93 0.14 0.25 309.15 0.87 0.4
Hex BE D A3 0 5D E 19 135 57 28
Octal 276 15 243 0 135 16 31 465 127 50
Binary 10111110 1101 10100011 0 1011101 1110 11001 100110101 1010111 101000

Color Harmonies of #BE0DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DA3

Black with #BE0DA3

Text Example


Text Example

White with #BE0DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DA3; }

 p { color: rgb(190,13,163); }

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

background-color css

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

 a { background-color: rgb(190,13,163); }

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

border-color css

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

 span { border-color: rgb(190,13,163); }

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