Html Css Color HEX #BE0B7D Medium Violet Red

📋 copy color: '#BE0B7D'

red 190 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #BE0B7D

Tints of Medium Violet Red #BE0B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

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

R = 58.28%
G = 3.37%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE0B7D (or 0xBE0B7D) is known color: Medium Violet Red. HEX triplet: BE, 0B and 7D. RGB value is (190,11,125). Sum of RGB (Red+Green+Blue) = 190+11+125=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B7D is #41F482. Grayscale: #4D4D4D. Windows color (decimal): -4322435 or 8195006. OLE color: 8195006.

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

Color convert

RGB 190 11 125 -
CMYK 0 0.94 0.34 0.25
HSL 321.79º 0.89% 0.39% -
HSV(B) 321.79º 0.94% 0.75% -
XYZ 25.06 12.67 20.53 -
YUV 77.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 190 11 125 0 0.94 0.34 0.25 321.79 0.89 0.39
Hex BE B 7D 0 5E 22 19 142 59 27
Octal 276 13 175 0 136 42 31 502 131 47
Binary 10111110 1011 1111101 0 1011110 100010 11001 101000010 1011001 100111

Color Harmonies of #BE0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B7D

Black with #BE0B7D

Text Example


Text Example

White with #BE0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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