Html Css Color HEX #BE2283 Medium Violet Red

📋 copy color: '#BE2283'

red 190 ◦ green 34 ◦ blue 131

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

Shades of Medium Violet Red #BE2283

Tints of Medium Violet Red #BE2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 53.52%
G = 9.58%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE2283 (or 0xBE2283) is known color: Medium Violet Red. HEX triplet: BE, 22 and 83. RGB value is (190,34,131). Sum of RGB (Red+Green+Blue) = 190+34+131=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2283 is #41DD7C. Grayscale: #5B5B5B. Windows color (decimal): -4316541 or 8594110. OLE color: 8594110.

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

Color convert

RGB 190 34 131 -
CMYK 0 0.82 0.31 0.25
HSL 322.69º 0.7% 0.44% -
HSV(B) 322.69º 0.82% 0.75% -
XYZ 25.9 13.73 22.76 -
YUV 91.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 190 34 131 0 0.82 0.31 0.25 322.69 0.7 0.44
Hex BE 22 83 0 52 1F 19 143 46 2C
Octal 276 42 203 0 122 37 31 503 106 54
Binary 10111110 100010 10000011 0 1010010 11111 11001 101000011 1000110 101100

Color Harmonies of #BE2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2283

Black with #BE2283

Text Example


Text Example

White with #BE2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2283; }

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

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

background-color css

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

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

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

border-color css

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

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

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