Html Css Color HEX #BE0098 Medium Violet Red

📋 copy color: '#BE0098'

red 190 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #BE0098

Tints of Medium Violet Red #BE0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE0098 (or 0xBE0098) is known color: Medium Violet Red. HEX triplet: BE, 00 and 98. RGB value is (190,0,152). Sum of RGB (Red+Green+Blue) = 190+0+152=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0098 is #41FF67. Grayscale: #494949. Windows color (decimal): -4325224 or 9961662. OLE color: 9961662.

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

Color convert

RGB 190 0 152 -
CMYK 0 1 0.2 0.25
HSL 312º 1% 0.37% -
HSV(B) 312º 1% 0.75% -
XYZ 26.9 13.21 30.84 -
YUV 74.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 190 0 152 0 1 0.2 0.25 312 1 0.37
Hex BE 0 98 0 64 14 19 138 64 25
Octal 276 0 230 0 144 24 31 470 144 45
Binary 10111110 0 10011000 0 1100100 10100 11001 100111000 1100100 100101

Color Harmonies of #BE0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0098

Black with #BE0098

Text Example


Text Example

White with #BE0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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