Html Css Color HEX #BE2D88 Medium Red Violet

📋 copy color: '#BE2D88'

red 190 ◦ green 45 ◦ blue 136

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

Shades of Medium Red Violet #BE2D88

Tints of Medium Red Violet #BE2D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 51.21%
G = 12.13%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE2D88 (or 0xBE2D88) is known color: Medium Red Violet. HEX triplet: BE, 2D and 88. RGB value is (190,45,136). Sum of RGB (Red+Green+Blue) = 190+45+136=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D88 is #41D277. Grayscale: #626262. Windows color (decimal): -4313720 or 8924606. OLE color: 8924606.

HSL color Cylindrical-coordinate representation of color #BE2D88: hue angle of 322.34º 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 #BE2D88 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 136 -
CMYK 0 0.76 0.28 0.25
HSL 322.34º 0.62% 0.46% -
HSV(B) 322.34º 0.76% 0.75% -
XYZ 26.62 14.6 24.71 -
YUV 98.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 190 45 136 0 0.76 0.28 0.25 322.34 0.62 0.46
Hex BE 2D 88 0 4C 1C 19 142 3E 2E
Octal 276 55 210 0 114 34 31 502 76 56
Binary 10111110 101101 10001000 0 1001100 11100 11001 101000010 111110 101110

Color Harmonies of #BE2D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D88

Black with #BE2D88

Text Example


Text Example

White with #BE2D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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