Html Css Color HEX #B62282 Medium Red Violet

📋 copy color: '#B62282'

red 182 ◦ green 34 ◦ blue 130

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

Shades of Medium Red Violet #B62282

Tints of Medium Red Violet #B62282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 52.6%
G = 9.83%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B62282 (or 0xB62282) is known color: Medium Red Violet. HEX triplet: B6, 22 and 82. RGB value is (182,34,130). Sum of RGB (Red+Green+Blue) = 182+34+130=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B62282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62282 is #49DD7D. Grayscale: #585858. Windows color (decimal): -4840830 or 8528566. OLE color: 8528566.

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

Color convert

RGB 182 34 130 -
CMYK 0 0.81 0.29 0.29
HSL 321.08º 0.69% 0.42% -
HSV(B) 321.08º 0.81% 0.71% -
XYZ 23.89 12.7 22.31 -
YUV 89.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 182 34 130 0 0.81 0.29 0.29 321.08 0.69 0.42
Hex B6 22 82 0 51 1D 1D 141 45 2A
Octal 266 42 202 0 121 35 35 501 105 52
Binary 10110110 100010 10000010 0 1010001 11101 11101 101000001 1000101 101010

Color Harmonies of #B62282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62282

Black with #B62282

Text Example


Text Example

White with #B62282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62282; }

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

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

background-color css

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

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

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

border-color css

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

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

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