Html Css Color HEX #B2237C Medium Red Violet

📋 copy color: '#B2237C'

red 178 ◦ green 35 ◦ blue 124

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

Shades of Medium Red Violet #B2237C

Tints of Medium Red Violet #B2237C

RGB

 RED value IS 178 (69.92% from 255) = 52.82%

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

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

R = 52.82%
G = 10.39%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2237C (or 0xB2237C) is known color: Medium Red Violet. HEX triplet: B2, 23 and 7C. RGB value is (178,35,124). Sum of RGB (Red+Green+Blue) = 178+35+124=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2237C is #4DDC83. Grayscale: #575757. Windows color (decimal): -5102724 or 8135602. OLE color: 8135602.

HSL color Cylindrical-coordinate representation of color #B2237C: hue angle of 322.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2237C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 124 -
CMYK 0 0.80 0.30 0.30
HSL 322.66º 0.67% 0.42% -
HSV(B) 322.66º 0.8% 0.7% -
XYZ 22.6 12.12 20.22 -
YUV 87.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 178 35 124 0 0.80 0.30 0.30 322.66 0.67 0.42
Hex B2 23 7C 0 50 1E 1E 143 43 2A
Octal 262 43 174 0 120 36 36 503 103 52
Binary 10110010 100011 1111100 0 1010000 11110 11110 101000011 1000011 101010

Color Harmonies of #B2237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2237C

Black with #B2237C

Text Example


Text Example

White with #B2237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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