Html Css Color HEX #BE0277 Medium Violet Red

📋 copy color: '#BE0277'

red 190 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #BE0277

Tints of Medium Violet Red #BE0277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 61.09%
G = 0.64%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE0277 (or 0xBE0277) is known color: Medium Violet Red. HEX triplet: BE, 02 and 77. RGB value is (190,2,119). Sum of RGB (Red+Green+Blue) = 190+2+119=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0277 is #41FD88. Grayscale: #474747. Windows color (decimal): -4324745 or 7799486. OLE color: 7799486.

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

Color convert

RGB 190 2 119 -
CMYK 0 0.99 0.37 0.25
HSL 322.66º 0.98% 0.38% -
HSV(B) 322.66º 0.99% 0.75% -
XYZ 24.59 12.32 18.54 -
YUV 71.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 190 2 119 0 0.99 0.37 0.25 322.66 0.98 0.38
Hex BE 2 77 0 63 25 19 143 62 26
Octal 276 2 167 0 143 45 31 503 142 46
Binary 10111110 10 1110111 0 1100011 100101 11001 101000011 1100010 100110

Color Harmonies of #BE0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0277

Black with #BE0277

Text Example


Text Example

White with #BE0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0277; }

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

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

background-color css

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

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

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

border-color css

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

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

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