Html Css Color HEX #BE0188 Medium Violet Red

📋 copy color: '#BE0188'

red 190 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #BE0188

Tints of Medium Violet Red #BE0188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 58.1%
G = 0.31%
B = 41.59%

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

#BE0188 (or 0xBE0188) is known color: Medium Violet Red. HEX triplet: BE, 01 and 88. RGB value is (190,1,136). Sum of RGB (Red+Green+Blue) = 190+1+136=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0188 is #41FE77. Grayscale: #484848. Windows color (decimal): -4324984 or 8913342. OLE color: 8913342.

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

Color convert

RGB 190 1 136 -
CMYK 0 0.99 0.28 0.25
HSL 317.14º 0.99% 0.37% -
HSV(B) 317.14º 0.99% 0.75% -
XYZ 25.69 12.75 24.4 -
YUV 72.9 163.62 211.52 -
System Red Green Blue C M Y K H S L
Decimal 190 1 136 0 0.99 0.28 0.25 317.14 0.99 0.37
Hex BE 1 88 0 63 1C 19 13D 63 25
Octal 276 1 210 0 143 34 31 475 143 45
Binary 10111110 1 10001000 0 1100011 11100 11001 100111101 1100011 100101

Color Harmonies of #BE0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0188

Black with #BE0188

Text Example


Text Example

White with #BE0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0188; }

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

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

background-color css

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

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

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

border-color css

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

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

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