Html Css Color HEX #BE2D98 Medium Red Violet

📋 copy color: '#BE2D98'

red 190 ◦ green 45 ◦ blue 152

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

Shades of Medium Red Violet #BE2D98

Tints of Medium Red Violet #BE2D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 49.1%
G = 11.63%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE2D98 (or 0xBE2D98) is known color: Medium Red Violet. HEX triplet: BE, 2D and 98. RGB value is (190,45,152). Sum of RGB (Red+Green+Blue) = 190+45+152=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D98 is #41D267. Grayscale: #646464. Windows color (decimal): -4313704 or 9973182. OLE color: 9973182.

HSL color Cylindrical-coordinate representation of color #BE2D98: hue angle of 315.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D98 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 152 -
CMYK 0 0.76 0.2 0.25
HSL 315.72º 0.62% 0.46% -
HSV(B) 315.72º 0.76% 0.75% -
XYZ 27.84 15.09 31.15 -
YUV 100.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 190 45 152 0 0.76 0.2 0.25 315.72 0.62 0.46
Hex BE 2D 98 0 4C 14 19 13C 3E 2E
Octal 276 55 230 0 114 24 31 474 76 56
Binary 10111110 101101 10011000 0 1001100 10100 11001 100111100 111110 101110

Color Harmonies of #BE2D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D98

Black with #BE2D98

Text Example


Text Example

White with #BE2D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D98; }

 p { color: rgb(190,45,152); }

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

background-color css

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

 a { background-color: rgb(190,45,152); }

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

border-color css

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

 span { border-color: rgb(190,45,152); }

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