Html Css Color HEX #B62881 Medium Red Violet

📋 copy color: '#B62881'

red 182 ◦ green 40 ◦ blue 129

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

Shades of Medium Red Violet #B62881

Tints of Medium Red Violet #B62881

RGB

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

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

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

R = 51.85%
G = 11.4%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B62881 (or 0xB62881) is known color: Medium Red Violet. HEX triplet: B6, 28 and 81. RGB value is (182,40,129). Sum of RGB (Red+Green+Blue) = 182+40+129=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B62881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62881 is #49D77E. Grayscale: #5C5C5C. Windows color (decimal): -4839295 or 8464566. OLE color: 8464566.

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

Color convert

RGB 182 40 129 -
CMYK 0 0.78 0.29 0.29
HSL 322.39º 0.64% 0.44% -
HSV(B) 322.39º 0.78% 0.71% -
XYZ 24.01 13.05 22.02 -
YUV 92.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 182 40 129 0 0.78 0.29 0.29 322.39 0.64 0.44
Hex B6 28 81 0 4E 1D 1D 142 40 2C
Octal 266 50 201 0 116 35 35 502 100 54
Binary 10110110 101000 10000001 0 1001110 11101 11101 101000010 1000000 101100

Color Harmonies of #B62881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62881

Black with #B62881

Text Example


Text Example

White with #B62881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62881; }

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

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

background-color css

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

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

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

border-color css

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

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

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