Html Css Color HEX #BE0872 Medium Violet Red

📋 copy color: '#BE0872'

red 190 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #BE0872

Tints of Medium Violet Red #BE0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 60.9%
G = 2.56%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE0872 (or 0xBE0872) is known color: Medium Violet Red. HEX triplet: BE, 08 and 72. RGB value is (190,8,114). Sum of RGB (Red+Green+Blue) = 190+8+114=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0872 is #41F78D. Grayscale: #4A4A4A. Windows color (decimal): -4323214 or 7473342. OLE color: 7473342.

HSL color Cylindrical-coordinate representation of color #BE0872: hue angle of 325.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0872 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 114 -
CMYK 0 0.96 0.40 0.25
HSL 325.05º 0.92% 0.39% -
HSV(B) 325.05º 0.96% 0.75% -
XYZ 24.36 12.34 17.02 -
YUV 74.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 190 8 114 0 0.96 0.40 0.25 325.05 0.92 0.39
Hex BE 8 72 0 60 28 19 145 5C 27
Octal 276 10 162 0 140 50 31 505 134 47
Binary 10111110 1000 1110010 0 1100000 101000 11001 101000101 1011100 100111

Color Harmonies of #BE0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0872

Black with #BE0872

Text Example


Text Example

White with #BE0872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0872; }

 p { color: rgb(190,8,114); }

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

background-color css

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

 a { background-color: rgb(190,8,114); }

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

border-color css

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

 span { border-color: rgb(190,8,114); }

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