Html Css Color HEX #BE0273 Medium Violet Red

📋 copy color: '#BE0273'

red 190 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #BE0273

Tints of Medium Violet Red #BE0273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 61.89%
G = 0.65%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0273 (or 0xBE0273) is known color: Medium Violet Red. HEX triplet: BE, 02 and 73. RGB value is (190,2,115). Sum of RGB (Red+Green+Blue) = 190+2+115=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0273 is #41FD8C. Grayscale: #464646. Windows color (decimal): -4324749 or 7537342. OLE color: 7537342.

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

Color convert

RGB 190 2 115 -
CMYK 0 0.99 0.39 0.25
HSL 323.94º 0.98% 0.38% -
HSV(B) 323.94º 0.99% 0.75% -
XYZ 24.35 12.23 17.3 -
YUV 71.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 190 2 115 0 0.99 0.39 0.25 323.94 0.98 0.38
Hex BE 2 73 0 63 27 19 144 62 26
Octal 276 2 163 0 143 47 31 504 142 46
Binary 10111110 10 1110011 0 1100011 100111 11001 101000100 1100010 100110

Color Harmonies of #BE0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0273

Black with #BE0273

Text Example


Text Example

White with #BE0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0273; }

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

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

background-color css

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

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

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

border-color css

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

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

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