Html Css Color HEX #B61482 Medium Violet Red

📋 copy color: '#B61482'

red 182 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #B61482

Tints of Medium Violet Red #B61482

RGB

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

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

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

R = 54.82%
G = 6.02%
B = 39.16%

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

#B61482 (or 0xB61482) is known color: Medium Violet Red. HEX triplet: B6, 14 and 82. RGB value is (182,20,130). Sum of RGB (Red+Green+Blue) = 182+20+130=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B61482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61482 is #49EB7D. Grayscale: #505050. Windows color (decimal): -4844414 or 8524982. OLE color: 8524982.

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

Color convert

RGB 182 20 130 -
CMYK 0 0.89 0.29 0.29
HSL 319.26º 0.8% 0.4% -
HSV(B) 319.26º 0.89% 0.71% -
XYZ 23.57 12.06 22.2 -
YUV 80.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 182 20 130 0 0.89 0.29 0.29 319.26 0.8 0.4
Hex B6 14 82 0 59 1D 1D 13F 50 28
Octal 266 24 202 0 131 35 35 477 120 50
Binary 10110110 10100 10000010 0 1011001 11101 11101 100111111 1010000 101000

Color Harmonies of #B61482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61482

Black with #B61482

Text Example


Text Example

White with #B61482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61482; }

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

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

background-color css

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

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

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

border-color css

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

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

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