Html Css Color HEX #BE2483 Medium Red Violet

📋 copy color: '#BE2483'

red 190 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #BE2483

Tints of Medium Red Violet #BE2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 53.22%
G = 10.08%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE2483 (or 0xBE2483) is known color: Medium Red Violet. HEX triplet: BE, 24 and 83. RGB value is (190,36,131). Sum of RGB (Red+Green+Blue) = 190+36+131=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2483 is #41DB7C. Grayscale: #5C5C5C. Windows color (decimal): -4316029 or 8594622. OLE color: 8594622.

HSL color Cylindrical-coordinate representation of color #BE2483: hue angle of 322.99º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2483 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 131 -
CMYK 0 0.81 0.31 0.25
HSL 322.99º 0.68% 0.44% -
HSV(B) 322.99º 0.81% 0.75% -
XYZ 25.96 13.85 22.78 -
YUV 92.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 190 36 131 0 0.81 0.31 0.25 322.99 0.68 0.44
Hex BE 24 83 0 51 1F 19 143 44 2C
Octal 276 44 203 0 121 37 31 503 104 54
Binary 10111110 100100 10000011 0 1010001 11111 11001 101000011 1000100 101100

Color Harmonies of #BE2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2483

Black with #BE2483

Text Example


Text Example

White with #BE2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2483; }

 p { color: rgb(190,36,131); }

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

background-color css

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

 a { background-color: rgb(190,36,131); }

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

border-color css

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

 span { border-color: rgb(190,36,131); }

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