Html Css Color HEX #BE217D Medium Violet Red

📋 copy color: '#BE217D'

red 190 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #BE217D

Tints of Medium Violet Red #BE217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 54.6%
G = 9.48%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE217D (or 0xBE217D) is known color: Medium Violet Red. HEX triplet: BE, 21 and 7D. RGB value is (190,33,125). Sum of RGB (Red+Green+Blue) = 190+33+125=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE217D is #41DE82. Grayscale: #5A5A5A. Windows color (decimal): -4316803 or 8200638. OLE color: 8200638.

HSL color Cylindrical-coordinate representation of color #BE217D: hue angle of 324.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE217D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 125 -
CMYK 0 0.83 0.34 0.25
HSL 324.84º 0.7% 0.44% -
HSV(B) 324.84º 0.83% 0.75% -
XYZ 25.48 13.52 20.67 -
YUV 90.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 190 33 125 0 0.83 0.34 0.25 324.84 0.7 0.44
Hex BE 21 7D 0 53 22 19 145 46 2C
Octal 276 41 175 0 123 42 31 505 106 54
Binary 10111110 100001 1111101 0 1010011 100010 11001 101000101 1000110 101100

Color Harmonies of #BE217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE217D

Black with #BE217D

Text Example


Text Example

White with #BE217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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