Html Css Color HEX #BE2F9F Medium Red Violet

📋 copy color: '#BE2F9F'

red 190 ◦ green 47 ◦ blue 159

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

Shades of Medium Red Violet #BE2F9F

Tints of Medium Red Violet #BE2F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

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

R = 47.98%
G = 11.87%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE2F9F (or 0xBE2F9F) is known color: Medium Red Violet. HEX triplet: BE, 2F and 9F. RGB value is (190,47,159). Sum of RGB (Red+Green+Blue) = 190+47+159=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2F9F is #41D060. Grayscale: #666666. Windows color (decimal): -4313185 or 10432446. OLE color: 10432446.

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

Color convert

RGB 190 47 159 -
CMYK 0 0.75 0.16 0.25
HSL 313.01º 0.6% 0.46% -
HSV(B) 313.01º 0.75% 0.75% -
XYZ 28.51 15.48 34.29 -
YUV 102.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 190 47 159 0 0.75 0.16 0.25 313.01 0.6 0.46
Hex BE 2F 9F 0 4B 10 19 139 3C 2E
Octal 276 57 237 0 113 20 31 471 74 56
Binary 10111110 101111 10011111 0 1001011 10000 11001 100111001 111100 101110

Color Harmonies of #BE2F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F9F

Black with #BE2F9F

Text Example


Text Example

White with #BE2F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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