Html Css Color HEX #B61C86 Medium Violet Red

📋 copy color: '#B61C86'

red 182 ◦ green 28 ◦ blue 134

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

Shades of Medium Violet Red #B61C86

Tints of Medium Violet Red #B61C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 52.91%
G = 8.14%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B61C86 (or 0xB61C86) is known color: Medium Violet Red. HEX triplet: B6, 1C and 86. RGB value is (182,28,134). Sum of RGB (Red+Green+Blue) = 182+28+134=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61C86 is #49E379. Grayscale: #555555. Windows color (decimal): -4842362 or 8789174. OLE color: 8789174.

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

Color convert

RGB 182 28 134 -
CMYK 0 0.85 0.26 0.29
HSL 318.7º 0.73% 0.41% -
HSV(B) 318.7º 0.85% 0.71% -
XYZ 24.01 12.5 23.7 -
YUV 86.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 182 28 134 0 0.85 0.26 0.29 318.7 0.73 0.41
Hex B6 1C 86 0 55 1A 1D 13F 49 29
Octal 266 34 206 0 125 32 35 477 111 51
Binary 10110110 11100 10000110 0 1010101 11010 11101 100111111 1001001 101001

Color Harmonies of #B61C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C86

Black with #B61C86

Text Example


Text Example

White with #B61C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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