Html Css Color HEX #B62C81 Medium Red Violet

📋 copy color: '#B62C81'

red 182 ◦ green 44 ◦ blue 129

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

Shades of Medium Red Violet #B62C81

Tints of Medium Red Violet #B62C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 51.27%
G = 12.39%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B62C81 (or 0xB62C81) is known color: Medium Red Violet. HEX triplet: B6, 2C and 81. RGB value is (182,44,129). Sum of RGB (Red+Green+Blue) = 182+44+129=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62C81 is #49D37E. Grayscale: #5E5E5E. Windows color (decimal): -4838271 or 8465590. OLE color: 8465590.

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

Color convert

RGB 182 44 129 -
CMYK 0 0.76 0.29 0.29
HSL 323.04º 0.61% 0.44% -
HSV(B) 323.04º 0.76% 0.71% -
XYZ 24.15 13.33 22.07 -
YUV 94.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 182 44 129 0 0.76 0.29 0.29 323.04 0.61 0.44
Hex B6 2C 81 0 4C 1D 1D 143 3D 2C
Octal 266 54 201 0 114 35 35 503 75 54
Binary 10110110 101100 10000001 0 1001100 11101 11101 101000011 111101 101100

Color Harmonies of #B62C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C81

Black with #B62C81

Text Example


Text Example

White with #B62C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C81; }

 p { color: rgb(182,44,129); }

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

background-color css

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

 a { background-color: rgb(182,44,129); }

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

border-color css

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

 span { border-color: rgb(182,44,129); }

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