Html Css Color HEX #B6247D Medium Red Violet

📋 copy color: '#B6247D'

red 182 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #B6247D

Tints of Medium Red Violet #B6247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 53.06%
G = 10.5%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6247D (or 0xB6247D) is known color: Medium Red Violet. HEX triplet: B6, 24 and 7D. RGB value is (182,36,125). Sum of RGB (Red+Green+Blue) = 182+36+125=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6247D is #49DB82. Grayscale: #595959. Windows color (decimal): -4840323 or 8201398. OLE color: 8201398.

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

Color convert

RGB 182 36 125 -
CMYK 0 0.80 0.31 0.29
HSL 323.42º 0.67% 0.43% -
HSV(B) 323.42º 0.8% 0.71% -
XYZ 23.62 12.69 20.61 -
YUV 89.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 182 36 125 0 0.80 0.31 0.29 323.42 0.67 0.43
Hex B6 24 7D 0 50 1F 1D 143 43 2B
Octal 266 44 175 0 120 37 35 503 103 53
Binary 10110110 100100 1111101 0 1010000 11111 11101 101000011 1000011 101011

Color Harmonies of #B6247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6247D

Black with #B6247D

Text Example


Text Example

White with #B6247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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