Html Css Color HEX #B62082 Medium Red Violet

📋 copy color: '#B62082'

red 182 ◦ green 32 ◦ blue 130

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

Shades of Medium Red Violet #B62082

Tints of Medium Red Violet #B62082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 52.91%
G = 9.3%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B62082 (or 0xB62082) is known color: Medium Red Violet. HEX triplet: B6, 20 and 82. RGB value is (182,32,130). Sum of RGB (Red+Green+Blue) = 182+32+130=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B62082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62082 is #49DF7D. Grayscale: #575757. Windows color (decimal): -4841342 or 8528054. OLE color: 8528054.

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

Color convert

RGB 182 32 130 -
CMYK 0 0.82 0.29 0.29
HSL 320.8º 0.7% 0.42% -
HSV(B) 320.8º 0.82% 0.71% -
XYZ 23.84 12.59 22.29 -
YUV 88.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 182 32 130 0 0.82 0.29 0.29 320.8 0.7 0.42
Hex B6 20 82 0 52 1D 1D 141 46 2A
Octal 266 40 202 0 122 35 35 501 106 52
Binary 10110110 100000 10000010 0 1010010 11101 11101 101000001 1000110 101010

Color Harmonies of #B62082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62082

Black with #B62082

Text Example


Text Example

White with #B62082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62082; }

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

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

background-color css

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

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

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

border-color css

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

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

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