Html Css Color HEX #B6247C Medium Red Violet

📋 copy color: '#B6247C'

red 182 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #B6247C

Tints of Medium Red Violet #B6247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 53.22%
G = 10.53%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6247C (or 0xB6247C) is known color: Medium Red Violet. HEX triplet: B6, 24 and 7C. RGB value is (182,36,124). Sum of RGB (Red+Green+Blue) = 182+36+124=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6247C is #49DB83. Grayscale: #595959. Windows color (decimal): -4840324 or 8135862. OLE color: 8135862.

HSL color Cylindrical-coordinate representation of color #B6247C: hue angle of 323.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6247C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 124 -
CMYK 0 0.80 0.32 0.29
HSL 323.84º 0.67% 0.43% -
HSV(B) 323.84º 0.8% 0.71% -
XYZ 23.56 12.66 20.27 -
YUV 89.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 182 36 124 0 0.80 0.32 0.29 323.84 0.67 0.43
Hex B6 24 7C 0 50 20 1D 144 43 2B
Octal 266 44 174 0 120 40 35 504 103 53
Binary 10110110 100100 1111100 0 1010000 100000 11101 101000100 1000011 101011

Color Harmonies of #B6247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6247C

Black with #B6247C

Text Example


Text Example

White with #B6247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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