Html Css Color HEX #B61982 Medium Violet Red

📋 copy color: '#B61982'

red 182 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #B61982

Tints of Medium Violet Red #B61982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 54.01%
G = 7.42%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B61982 (or 0xB61982) is known color: Medium Violet Red. HEX triplet: B6, 19 and 82. RGB value is (182,25,130). Sum of RGB (Red+Green+Blue) = 182+25+130=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B61982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61982 is #49E67D. Grayscale: #535353. Windows color (decimal): -4843134 or 8526262. OLE color: 8526262.

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

Color convert

RGB 182 25 130 -
CMYK 0 0.86 0.29 0.29
HSL 319.87º 0.76% 0.41% -
HSV(B) 319.87º 0.86% 0.71% -
XYZ 23.67 12.25 22.24 -
YUV 83.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 182 25 130 0 0.86 0.29 0.29 319.87 0.76 0.41
Hex B6 19 82 0 56 1D 1D 140 4C 29
Octal 266 31 202 0 126 35 35 500 114 51
Binary 10110110 11001 10000010 0 1010110 11101 11101 101000000 1001100 101001

Color Harmonies of #B61982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61982

Black with #B61982

Text Example


Text Example

White with #B61982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61982; }

 p { color: rgb(182,25,130); }

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

background-color css

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

 a { background-color: rgb(182,25,130); }

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

border-color css

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

 span { border-color: rgb(182,25,130); }

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