Html Css Color HEX #BE027F Medium Violet Red

📋 copy color: '#BE027F'

red 190 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #BE027F

Tints of Medium Violet Red #BE027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 59.56%
G = 0.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE027F (or 0xBE027F) is known color: Medium Violet Red. HEX triplet: BE, 02 and 7F. RGB value is (190,2,127). Sum of RGB (Red+Green+Blue) = 190+2+127=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE027F is #41FD80. Grayscale: #484848. Windows color (decimal): -4324737 or 8323774. OLE color: 8323774.

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

Color convert

RGB 190 2 127 -
CMYK 0 0.99 0.33 0.25
HSL 320.11º 0.98% 0.38% -
HSV(B) 320.11º 0.99% 0.75% -
XYZ 25.09 12.52 21.17 -
YUV 72.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 190 2 127 0 0.99 0.33 0.25 320.11 0.98 0.38
Hex BE 2 7F 0 63 21 19 140 62 26
Octal 276 2 177 0 143 41 31 500 142 46
Binary 10111110 10 1111111 0 1100011 100001 11001 101000000 1100010 100110

Color Harmonies of #BE027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE027F

Black with #BE027F

Text Example


Text Example

White with #BE027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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