Html Css Color HEX #BE0398 Medium Violet Red

📋 copy color: '#BE0398'

red 190 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #BE0398

Tints of Medium Violet Red #BE0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 55.07%
G = 0.87%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE0398 (or 0xBE0398) is known color: Medium Violet Red. HEX triplet: BE, 03 and 98. RGB value is (190,3,152). Sum of RGB (Red+Green+Blue) = 190+3+152=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0398 is #41FC67. Grayscale: #4B4B4B. Windows color (decimal): -4324456 or 9962430. OLE color: 9962430.

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

Color convert

RGB 190 3 152 -
CMYK 0 0.98 0.2 0.25
HSL 312.19º 0.97% 0.38% -
HSV(B) 312.19º 0.98% 0.75% -
XYZ 26.94 13.28 30.85 -
YUV 75.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 190 3 152 0 0.98 0.2 0.25 312.19 0.97 0.38
Hex BE 3 98 0 62 14 19 138 61 26
Octal 276 3 230 0 142 24 31 470 141 46
Binary 10111110 11 10011000 0 1100010 10100 11001 100111000 1100001 100110

Color Harmonies of #BE0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0398

Black with #BE0398

Text Example


Text Example

White with #BE0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0398; }

 p { color: rgb(190,3,152); }

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

background-color css

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

 a { background-color: rgb(190,3,152); }

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

border-color css

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

 span { border-color: rgb(190,3,152); }

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