Html Css Color HEX #BE2B9F Medium Red Violet

📋 copy color: '#BE2B9F'

red 190 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #BE2B9F

Tints of Medium Red Violet #BE2B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 48.47%
G = 10.97%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE2B9F (or 0xBE2B9F) is known color: Medium Red Violet. HEX triplet: BE, 2B and 9F. RGB value is (190,43,159). Sum of RGB (Red+Green+Blue) = 190+43+159=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B9F is #41D460. Grayscale: #636363. Windows color (decimal): -4314209 or 10431422. OLE color: 10431422.

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

Color convert

RGB 190 43 159 -
CMYK 0 0.77 0.16 0.25
HSL 312.65º 0.63% 0.46% -
HSV(B) 312.65º 0.77% 0.75% -
XYZ 28.36 15.18 34.24 -
YUV 100.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 190 43 159 0 0.77 0.16 0.25 312.65 0.63 0.46
Hex BE 2B 9F 0 4D 10 19 139 3F 2E
Octal 276 53 237 0 115 20 31 471 77 56
Binary 10111110 101011 10011111 0 1001101 10000 11001 100111001 111111 101110

Color Harmonies of #BE2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B9F

Black with #BE2B9F

Text Example


Text Example

White with #BE2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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