Html Css Color HEX #B2337C Medium Red Violet

📋 copy color: '#B2337C'

red 178 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #B2337C

Tints of Medium Red Violet #B2337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 50.42%
G = 14.45%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2337C (or 0xB2337C) is known color: Medium Red Violet. HEX triplet: B2, 33 and 7C. RGB value is (178,51,124). Sum of RGB (Red+Green+Blue) = 178+51+124=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337C is #4DCC83. Grayscale: #616161. Windows color (decimal): -5098628 or 8139698. OLE color: 8139698.

HSL color Cylindrical-coordinate representation of color #B2337C: hue angle of 325.51º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2337C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 124 -
CMYK 0 0.71 0.30 0.30
HSL 325.51º 0.55% 0.45% -
HSV(B) 325.51º 0.71% 0.7% -
XYZ 23.18 13.29 20.41 -
YUV 97.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 178 51 124 0 0.71 0.30 0.30 325.51 0.55 0.45
Hex B2 33 7C 0 47 1E 1E 146 37 2D
Octal 262 63 174 0 107 36 36 506 67 55
Binary 10110010 110011 1111100 0 1000111 11110 11110 101000110 110111 101101

Color Harmonies of #B2337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2337C

Black with #B2337C

Text Example


Text Example

White with #B2337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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