Html Css Color HEX #B62272 Medium Red Violet

📋 copy color: '#B62272'

red 182 ◦ green 34 ◦ blue 114

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

Shades of Medium Red Violet #B62272

Tints of Medium Red Violet #B62272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 55.15%
G = 10.3%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B62272 (or 0xB62272) is known color: Medium Red Violet. HEX triplet: B6, 22 and 72. RGB value is (182,34,114). Sum of RGB (Red+Green+Blue) = 182+34+114=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B62272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62272 is #49DD8D. Grayscale: #575757. Windows color (decimal): -4840846 or 7479990. OLE color: 7479990.

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

Color convert

RGB 182 34 114 -
CMYK 0 0.81 0.37 0.29
HSL 327.57º 0.69% 0.42% -
HSV(B) 327.57º 0.81% 0.71% -
XYZ 22.9 12.3 17.09 -
YUV 87.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 182 34 114 0 0.81 0.37 0.29 327.57 0.69 0.42
Hex B6 22 72 0 51 25 1D 148 45 2A
Octal 266 42 162 0 121 45 35 510 105 52
Binary 10110110 100010 1110010 0 1010001 100101 11101 101001000 1000101 101010

Color Harmonies of #B62272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62272

Black with #B62272

Text Example


Text Example

White with #B62272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62272; }

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

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

background-color css

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

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

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

border-color css

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

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

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