Html Css Color HEX #B61282 Medium Violet Red

📋 copy color: '#B61282'

red 182 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #B61282

Tints of Medium Violet Red #B61282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

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

R = 55.15%
G = 5.45%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B61282 (or 0xB61282) is known color: Medium Violet Red. HEX triplet: B6, 12 and 82. RGB value is (182,18,130). Sum of RGB (Red+Green+Blue) = 182+18+130=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B61282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61282 is #49ED7D. Grayscale: #4F4F4F. Windows color (decimal): -4844926 or 8524470. OLE color: 8524470.

HSL color Cylindrical-coordinate representation of color #B61282: hue angle of 319.02º degrees, saturation: 0.82, 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 #B61282 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 130 -
CMYK 0 0.90 0.29 0.29
HSL 319.02º 0.82% 0.39% -
HSV(B) 319.02º 0.9% 0.71% -
XYZ 23.54 11.99 22.19 -
YUV 79.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 182 18 130 0 0.90 0.29 0.29 319.02 0.82 0.39
Hex B6 12 82 0 5A 1D 1D 13F 52 27
Octal 266 22 202 0 132 35 35 477 122 47
Binary 10110110 10010 10000010 0 1011010 11101 11101 100111111 1010010 100111

Color Harmonies of #B61282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61282

Black with #B61282

Text Example


Text Example

White with #B61282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61282; }

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

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

background-color css

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

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

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

border-color css

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

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

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