Html Css Color HEX #BE0088 Medium Violet Red

📋 copy color: '#BE0088'

red 190 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #BE0088

Tints of Medium Violet Red #BE0088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 58.28%
G = 0%
B = 41.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE0088 (or 0xBE0088) is known color: Medium Violet Red. HEX triplet: BE, 00 and 88. RGB value is (190,0,136). Sum of RGB (Red+Green+Blue) = 190+0+136=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0088 is #41FF77. Grayscale: #474747. Windows color (decimal): -4325240 or 8913086. OLE color: 8913086.

HSL color Cylindrical-coordinate representation of color #BE0088: hue angle of 317.05º 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 #BE0088 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 136 -
CMYK 0 1 0.28 0.25
HSL 317.05º 1% 0.37% -
HSV(B) 317.05º 1% 0.75% -
XYZ 25.68 12.72 24.4 -
YUV 72.31 163.95 211.94 -
System Red Green Blue C M Y K H S L
Decimal 190 0 136 0 1 0.28 0.25 317.05 1 0.37
Hex BE 0 88 0 64 1C 19 13D 64 25
Octal 276 0 210 0 144 34 31 475 144 45
Binary 10111110 0 10001000 0 1100100 11100 11001 100111101 1100100 100101

Color Harmonies of #BE0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0088

Black with #BE0088

Text Example


Text Example

White with #BE0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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