Html Css Color HEX #BE1285 Medium Violet Red

📋 copy color: '#BE1285'

red 190 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #BE1285

Tints of Medium Violet Red #BE1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 55.72%
G = 5.28%
B = 39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE1285 (or 0xBE1285) is known color: Medium Violet Red. HEX triplet: BE, 12 and 85. RGB value is (190,18,133). Sum of RGB (Red+Green+Blue) = 190+18+133=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1285 is #41ED7A. Grayscale: #525252. Windows color (decimal): -4320635 or 8721086. OLE color: 8721086.

HSL color Cylindrical-coordinate representation of color #BE1285: hue angle of 319.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1285 is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 133 -
CMYK 0 0.91 0.3 0.25
HSL 319.88º 0.83% 0.41% -
HSV(B) 319.88º 0.91% 0.75% -
XYZ 25.69 13.07 23.36 -
YUV 82.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 190 18 133 0 0.91 0.3 0.25 319.88 0.83 0.41
Hex BE 12 85 0 5B 1E 19 140 53 29
Octal 276 22 205 0 133 36 31 500 123 51
Binary 10111110 10010 10000101 0 1011011 11110 11001 101000000 1010011 101001

Color Harmonies of #BE1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1285

Black with #BE1285

Text Example


Text Example

White with #BE1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1285; }

 p { color: rgb(190,18,133); }

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

background-color css

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

 a { background-color: rgb(190,18,133); }

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

border-color css

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

 span { border-color: rgb(190,18,133); }

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