Html Css Color HEX #BE0BA6 Medium Violet Red

📋 copy color: '#BE0BA6'

red 190 ◦ green 11 ◦ blue 166

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

Shades of Medium Violet Red #BE0BA6

Tints of Medium Violet Red #BE0BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 166 (65.23% from 255) = 45.23%

R = 51.77%
G = 3%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE0BA6 (or 0xBE0BA6) is known color: Medium Violet Red. HEX triplet: BE, 0B and A6. RGB value is (190,11,166). Sum of RGB (Red+Green+Blue) = 190+11+166=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA6 is #41F459. Grayscale: #515151. Windows color (decimal): -4322394 or 10881982. OLE color: 10881982.

HSL color Cylindrical-coordinate representation of color #BE0BA6: hue angle of 308.04º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 11 166 -
CMYK 0 0.94 0.13 0.25
HSL 308.04º 0.89% 0.39% -
HSV(B) 308.04º 0.94% 0.75% -
XYZ 28.24 13.94 37.28 -
YUV 82.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 190 11 166 0 0.94 0.13 0.25 308.04 0.89 0.39
Hex BE B A6 0 5E D 19 134 59 27
Octal 276 13 246 0 136 15 31 464 131 47
Binary 10111110 1011 10100110 0 1011110 1101 11001 100110100 1011001 100111

Color Harmonies of #BE0BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BA6

Black with #BE0BA6

Text Example


Text Example

White with #BE0BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BA6; }

 p { color: rgb(190,11,166); }

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

background-color css

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

 a { background-color: rgb(190,11,166); }

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

border-color css

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

 span { border-color: rgb(190,11,166); }

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