Html Css Color HEX #B61481 Medium Violet Red

📋 copy color: '#B61481'

red 182 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #B61481

Tints of Medium Violet Red #B61481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 54.98%
G = 6.04%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B61481 (or 0xB61481) is known color: Medium Violet Red. HEX triplet: B6, 14 and 81. RGB value is (182,20,129). Sum of RGB (Red+Green+Blue) = 182+20+129=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B61481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61481 is #49EB7E. Grayscale: #505050. Windows color (decimal): -4844415 or 8459446. OLE color: 8459446.

HSL color Cylindrical-coordinate representation of color #B61481: hue angle of 319.63º 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 #B61481 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 129 -
CMYK 0 0.89 0.29 0.29
HSL 319.63º 0.8% 0.4% -
HSV(B) 319.63º 0.89% 0.71% -
XYZ 23.5 12.03 21.85 -
YUV 80.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 182 20 129 0 0.89 0.29 0.29 319.63 0.8 0.4
Hex B6 14 81 0 59 1D 1D 140 50 28
Octal 266 24 201 0 131 35 35 500 120 50
Binary 10110110 10100 10000001 0 1011001 11101 11101 101000000 1010000 101000

Color Harmonies of #B61481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61481

Black with #B61481

Text Example


Text Example

White with #B61481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61481; }

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

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

background-color css

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

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

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

border-color css

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

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

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