Html Css Color HEX #B6037C Medium Violet Red

📋 copy color: '#B6037C'

red 182 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #B6037C

Tints of Medium Violet Red #B6037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 58.9%
G = 0.97%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6037C (or 0xB6037C) is known color: Medium Violet Red. HEX triplet: B6, 03 and 7C. RGB value is (182,3,124). Sum of RGB (Red+Green+Blue) = 182+3+124=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6037C is #49FC83. Grayscale: #464646. Windows color (decimal): -4848772 or 8127414. OLE color: 8127414.

HSL color Cylindrical-coordinate representation of color #B6037C: hue angle of 319.44º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6037C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 124 -
CMYK 0 0.98 0.32 0.29
HSL 319.44º 0.97% 0.36% -
HSV(B) 319.44º 0.98% 0.71% -
XYZ 22.96 11.47 20.07 -
YUV 70.32 158.3 207.66 -
System Red Green Blue C M Y K H S L
Decimal 182 3 124 0 0.98 0.32 0.29 319.44 0.97 0.36
Hex B6 3 7C 0 62 20 1D 13F 61 24
Octal 266 3 174 0 142 40 35 477 141 44
Binary 10110110 11 1111100 0 1100010 100000 11101 100111111 1100001 100100

Color Harmonies of #B6037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6037C

Black with #B6037C

Text Example


Text Example

White with #B6037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6037C; }

 p { color: rgb(182,3,124); }

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

background-color css

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

 a { background-color: rgb(182,3,124); }

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

border-color css

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

 span { border-color: rgb(182,3,124); }

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