Html Css Color HEX #BE0286 Medium Violet Red

📋 copy color: '#BE0286'

red 190 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #BE0286

Tints of Medium Violet Red #BE0286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 58.28%
G = 0.61%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE0286 (or 0xBE0286) is known color: Medium Violet Red. HEX triplet: BE, 02 and 86. RGB value is (190,2,134). Sum of RGB (Red+Green+Blue) = 190+2+134=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0286 is #41FD79. Grayscale: #484848. Windows color (decimal): -4324730 or 8782526. OLE color: 8782526.

HSL color Cylindrical-coordinate representation of color #BE0286: hue angle of 317.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0286 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 134 -
CMYK 0 0.99 0.29 0.25
HSL 317.87º 0.98% 0.38% -
HSV(B) 317.87º 0.99% 0.75% -
XYZ 25.56 12.71 23.66 -
YUV 73.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 190 2 134 0 0.99 0.29 0.25 317.87 0.98 0.38
Hex BE 2 86 0 63 1D 19 13E 62 26
Octal 276 2 206 0 143 35 31 476 142 46
Binary 10111110 10 10000110 0 1100011 11101 11001 100111110 1100010 100110

Color Harmonies of #BE0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0286

Black with #BE0286

Text Example


Text Example

White with #BE0286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0286; }

 p { color: rgb(190,2,134); }

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

background-color css

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

 a { background-color: rgb(190,2,134); }

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

border-color css

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

 span { border-color: rgb(190,2,134); }

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