Html Css Color HEX #BE0271 Medium Violet Red

📋 copy color: '#BE0271'

red 190 ◦ green 2 ◦ blue 113

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

Shades of Medium Violet Red #BE0271

Tints of Medium Violet Red #BE0271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 62.3%
G = 0.66%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE0271 (or 0xBE0271) is known color: Medium Violet Red. HEX triplet: BE, 02 and 71. RGB value is (190,2,113). Sum of RGB (Red+Green+Blue) = 190+2+113=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0271 is #41FD8E. Grayscale: #464646. Windows color (decimal): -4324751 or 7406270. OLE color: 7406270.

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

Color convert

RGB 190 2 113 -
CMYK 0 0.99 0.41 0.25
HSL 324.57º 0.98% 0.38% -
HSV(B) 324.57º 0.99% 0.75% -
XYZ 24.24 12.18 16.7 -
YUV 70.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 190 2 113 0 0.99 0.41 0.25 324.57 0.98 0.38
Hex BE 2 71 0 63 29 19 145 62 26
Octal 276 2 161 0 143 51 31 505 142 46
Binary 10111110 10 1110001 0 1100011 101001 11001 101000101 1100010 100110

Color Harmonies of #BE0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0271

Black with #BE0271

Text Example


Text Example

White with #BE0271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0271; }

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

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

background-color css

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

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

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

border-color css

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

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

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