Html Css Color HEX #BE2F9E Medium Red Violet

📋 copy color: '#BE2F9E'

red 190 ◦ green 47 ◦ blue 158

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

Shades of Medium Red Violet #BE2F9E

Tints of Medium Red Violet #BE2F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40%

R = 48.1%
G = 11.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE2F9E (or 0xBE2F9E) is known color: Medium Red Violet. HEX triplet: BE, 2F and 9E. RGB value is (190,47,158). Sum of RGB (Red+Green+Blue) = 190+47+158=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2F9E is #41D061. Grayscale: #666666. Windows color (decimal): -4313186 or 10366910. OLE color: 10366910.

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

Color convert

RGB 190 47 158 -
CMYK 0 0.75 0.17 0.25
HSL 313.43º 0.6% 0.46% -
HSV(B) 313.43º 0.75% 0.75% -
XYZ 28.42 15.45 33.83 -
YUV 102.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 190 47 158 0 0.75 0.17 0.25 313.43 0.6 0.46
Hex BE 2F 9E 0 4B 11 19 139 3C 2E
Octal 276 57 236 0 113 21 31 471 74 56
Binary 10111110 101111 10011110 0 1001011 10001 11001 100111001 111100 101110

Color Harmonies of #BE2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F9E

Black with #BE2F9E

Text Example


Text Example

White with #BE2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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