Html Css Color HEX #BE2B8F Medium Red Violet

📋 copy color: '#BE2B8F'

red 190 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #BE2B8F

Tints of Medium Red Violet #BE2B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.44%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 50.53%
G = 11.44%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE2B8F (or 0xBE2B8F) is known color: Medium Red Violet. HEX triplet: BE, 2B and 8F. RGB value is (190,43,143). Sum of RGB (Red+Green+Blue) = 190+43+143=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B8F is #41D470. Grayscale: #626262. Windows color (decimal): -4314225 or 9382846. OLE color: 9382846.

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

Color convert

RGB 190 43 143 -
CMYK 0 0.77 0.25 0.25
HSL 319.18º 0.63% 0.46% -
HSV(B) 319.18º 0.77% 0.75% -
XYZ 27.06 14.66 27.39 -
YUV 98.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 190 43 143 0 0.77 0.25 0.25 319.18 0.63 0.46
Hex BE 2B 8F 0 4D 19 19 13F 3F 2E
Octal 276 53 217 0 115 31 31 477 77 56
Binary 10111110 101011 10001111 0 1001101 11001 11001 100111111 111111 101110

Color Harmonies of #BE2B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B8F

Black with #BE2B8F

Text Example


Text Example

White with #BE2B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B8F; }

 p { color: rgb(190,43,143); }

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

background-color css

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

 a { background-color: rgb(190,43,143); }

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

border-color css

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

 span { border-color: rgb(190,43,143); }

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