Html Css Color HEX #B6237C Medium Red Violet

📋 copy color: '#B6237C'

red 182 ◦ green 35 ◦ blue 124

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

Shades of Medium Red Violet #B6237C

Tints of Medium Red Violet #B6237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 53.37%
G = 10.26%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6237C (or 0xB6237C) is known color: Medium Red Violet. HEX triplet: B6, 23 and 7C. RGB value is (182,35,124). Sum of RGB (Red+Green+Blue) = 182+35+124=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6237C is #49DC83. Grayscale: #585858. Windows color (decimal): -4840580 or 8135606. OLE color: 8135606.

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

Color convert

RGB 182 35 124 -
CMYK 0 0.81 0.32 0.29
HSL 323.67º 0.68% 0.43% -
HSV(B) 323.67º 0.81% 0.71% -
XYZ 23.53 12.6 20.26 -
YUV 89.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 182 35 124 0 0.81 0.32 0.29 323.67 0.68 0.43
Hex B6 23 7C 0 51 20 1D 144 44 2B
Octal 266 43 174 0 121 40 35 504 104 53
Binary 10110110 100011 1111100 0 1010001 100000 11101 101000100 1000100 101011

Color Harmonies of #B6237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6237C

Black with #B6237C

Text Example


Text Example

White with #B6237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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