Html Css Color HEX #B62872 Medium Red Violet

📋 copy color: '#B62872'

red 182 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #B62872

Tints of Medium Red Violet #B62872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

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

R = 54.17%
G = 11.9%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B62872 (or 0xB62872) is known color: Medium Red Violet. HEX triplet: B6, 28 and 72. RGB value is (182,40,114). Sum of RGB (Red+Green+Blue) = 182+40+114=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B62872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62872 is #49D78D. Grayscale: #5A5A5A. Windows color (decimal): -4839310 or 7481526. OLE color: 7481526.

HSL color Cylindrical-coordinate representation of color #B62872: hue angle of 328.73º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62872 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 114 -
CMYK 0 0.78 0.37 0.29
HSL 328.73º 0.64% 0.44% -
HSV(B) 328.73º 0.78% 0.71% -
XYZ 23.09 12.68 17.15 -
YUV 90.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 182 40 114 0 0.78 0.37 0.29 328.73 0.64 0.44
Hex B6 28 72 0 4E 25 1D 149 40 2C
Octal 266 50 162 0 116 45 35 511 100 54
Binary 10110110 101000 1110010 0 1001110 100101 11101 101001001 1000000 101100

Color Harmonies of #B62872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62872

Black with #B62872

Text Example


Text Example

White with #B62872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62872; }

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

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

background-color css

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

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

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

border-color css

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

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

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