Html Css Color HEX #B61386 Medium Violet Red

📋 copy color: '#B61386'

red 182 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #B61386

Tints of Medium Violet Red #B61386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 54.33%
G = 5.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B61386 (or 0xB61386) is known color: Medium Violet Red. HEX triplet: B6, 13 and 86. RGB value is (182,19,134). Sum of RGB (Red+Green+Blue) = 182+19+134=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61386 is #49EC79. Grayscale: #505050. Windows color (decimal): -4844666 or 8786870. OLE color: 8786870.

HSL color Cylindrical-coordinate representation of color #B61386: hue angle of 317.67º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61386 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 134 -
CMYK 0 0.90 0.26 0.29
HSL 317.67º 0.81% 0.39% -
HSV(B) 317.67º 0.9% 0.71% -
XYZ 23.83 12.13 23.64 -
YUV 80.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 182 19 134 0 0.90 0.26 0.29 317.67 0.81 0.39
Hex B6 13 86 0 5A 1A 1D 13E 51 27
Octal 266 23 206 0 132 32 35 476 121 47
Binary 10110110 10011 10000110 0 1011010 11010 11101 100111110 1010001 100111

Color Harmonies of #B61386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61386

Black with #B61386

Text Example


Text Example

White with #B61386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61386; }

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

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

background-color css

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

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

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

border-color css

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

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

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