Html Css Color HEX #B61486 Medium Violet Red

📋 copy color: '#B61486'

red 182 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #B61486

Tints of Medium Violet Red #B61486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 54.17%
G = 5.95%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B61486 (or 0xB61486) is known color: Medium Violet Red. HEX triplet: B6, 14 and 86. RGB value is (182,20,134). Sum of RGB (Red+Green+Blue) = 182+20+134=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B61486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61486 is #49EB79. Grayscale: #515151. Windows color (decimal): -4844410 or 8787126. OLE color: 8787126.

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

Color convert

RGB 182 20 134 -
CMYK 0 0.89 0.26 0.29
HSL 317.78º 0.8% 0.4% -
HSV(B) 317.78º 0.89% 0.71% -
XYZ 23.84 12.17 23.65 -
YUV 81.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 182 20 134 0 0.89 0.26 0.29 317.78 0.8 0.4
Hex B6 14 86 0 59 1A 1D 13E 50 28
Octal 266 24 206 0 131 32 35 476 120 50
Binary 10110110 10100 10000110 0 1011001 11010 11101 100111110 1010000 101000

Color Harmonies of #B61486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61486

Black with #B61486

Text Example


Text Example

White with #B61486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61486; }

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

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

background-color css

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

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

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

border-color css

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

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

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