Html Css Color HEX #BE027D Medium Violet Red

📋 copy color: '#BE027D'

red 190 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #BE027D

Tints of Medium Violet Red #BE027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 59.94%
G = 0.63%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE027D (or 0xBE027D) is known color: Medium Violet Red. HEX triplet: BE, 02 and 7D. RGB value is (190,2,125). Sum of RGB (Red+Green+Blue) = 190+2+125=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE027D is #41FD82. Grayscale: #474747. Windows color (decimal): -4324739 or 8192702. OLE color: 8192702.

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

Color convert

RGB 190 2 125 -
CMYK 0 0.99 0.34 0.25
HSL 320.74º 0.98% 0.38% -
HSV(B) 320.74º 0.99% 0.75% -
XYZ 24.96 12.47 20.49 -
YUV 72.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 190 2 125 0 0.99 0.34 0.25 320.74 0.98 0.38
Hex BE 2 7D 0 63 22 19 141 62 26
Octal 276 2 175 0 143 42 31 501 142 46
Binary 10111110 10 1111101 0 1100011 100010 11001 101000001 1100010 100110

Color Harmonies of #BE027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE027D

Black with #BE027D

Text Example


Text Example

White with #BE027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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