Html Css Color HEX #BE0288 Medium Violet Red

📋 copy color: '#BE0288'

red 190 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #BE0288

Tints of Medium Violet Red #BE0288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 57.93%
G = 0.61%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE0288 (or 0xBE0288) is known color: Medium Violet Red. HEX triplet: BE, 02 and 88. RGB value is (190,2,136). Sum of RGB (Red+Green+Blue) = 190+2+136=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0288 is #41FD77. Grayscale: #494949. Windows color (decimal): -4324728 or 8913598. OLE color: 8913598.

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

Color convert

RGB 190 2 136 -
CMYK 0 0.99 0.28 0.25
HSL 317.23º 0.98% 0.38% -
HSV(B) 317.23º 0.99% 0.75% -
XYZ 25.7 12.77 24.4 -
YUV 73.49 163.28 211.1 -
System Red Green Blue C M Y K H S L
Decimal 190 2 136 0 0.99 0.28 0.25 317.23 0.98 0.38
Hex BE 2 88 0 63 1C 19 13D 62 26
Octal 276 2 210 0 143 34 31 475 142 46
Binary 10111110 10 10001000 0 1100011 11100 11001 100111101 1100010 100110

Color Harmonies of #BE0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0288

Black with #BE0288

Text Example


Text Example

White with #BE0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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