Html Css Color HEX #BE0975 Medium Violet Red

📋 copy color: '#BE0975'

red 190 ◦ green 9 ◦ blue 117

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

Shades of Medium Violet Red #BE0975

Tints of Medium Violet Red #BE0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 60.13%
G = 2.85%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE0975 (or 0xBE0975) is known color: Medium Violet Red. HEX triplet: BE, 09 and 75. RGB value is (190,9,117). Sum of RGB (Red+Green+Blue) = 190+9+117=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0975 is #41F68A. Grayscale: #4B4B4B. Windows color (decimal): -4322955 or 7670206. OLE color: 7670206.

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

Color convert

RGB 190 9 117 -
CMYK 0 0.95 0.38 0.25
HSL 324.2º 0.91% 0.39% -
HSV(B) 324.2º 0.95% 0.75% -
XYZ 24.54 12.43 17.93 -
YUV 75.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 190 9 117 0 0.95 0.38 0.25 324.2 0.91 0.39
Hex BE 9 75 0 5F 26 19 144 5B 27
Octal 276 11 165 0 137 46 31 504 133 47
Binary 10111110 1001 1110101 0 1011111 100110 11001 101000100 1011011 100111

Color Harmonies of #BE0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0975

Black with #BE0975

Text Example


Text Example

White with #BE0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0975; }

 p { color: rgb(190,9,117); }

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

background-color css

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

 a { background-color: rgb(190,9,117); }

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

border-color css

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

 span { border-color: rgb(190,9,117); }

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