Html Css Color HEX #B61E86 Medium Violet Red

📋 copy color: '#B61E86'

red 182 ◦ green 30 ◦ blue 134

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

Shades of Medium Violet Red #B61E86

Tints of Medium Violet Red #B61E86

RGB

 RED value IS 182 (71.48% from 255) = 52.6%

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 52.6%
G = 8.67%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B61E86 (or 0xB61E86) is known color: Medium Violet Red. HEX triplet: B6, 1E and 86. RGB value is (182,30,134). Sum of RGB (Red+Green+Blue) = 182+30+134=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61E86 is #49E179. Grayscale: #575757. Windows color (decimal): -4841850 or 8789686. OLE color: 8789686.

HSL color Cylindrical-coordinate representation of color #B61E86: hue angle of 318.95º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E86 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 30 134 -
CMYK 0 0.84 0.26 0.29
HSL 318.95º 0.72% 0.42% -
HSV(B) 318.95º 0.84% 0.71% -
XYZ 24.06 12.59 23.72 -
YUV 87.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 182 30 134 0 0.84 0.26 0.29 318.95 0.72 0.42
Hex B6 1E 86 0 54 1A 1D 13F 48 2A
Octal 266 36 206 0 124 32 35 477 110 52
Binary 10110110 11110 10000110 0 1010100 11010 11101 100111111 1001000 101010

Color Harmonies of #B61E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E86

Black with #B61E86

Text Example


Text Example

White with #B61E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E86; }

 p { color: rgb(182,30,134); }

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

background-color css

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

 a { background-color: rgb(182,30,134); }

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

border-color css

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

 span { border-color: rgb(182,30,134); }

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