Html Css Color HEX #B2337D Medium Red Violet

📋 copy color: '#B2337D'

red 178 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B2337D

Tints of Medium Red Violet #B2337D

RGB

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

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

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

R = 50.28%
G = 14.41%
B = 35.31%

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

#B2337D (or 0xB2337D) is known color: Medium Red Violet. HEX triplet: B2, 33 and 7D. RGB value is (178,51,125). Sum of RGB (Red+Green+Blue) = 178+51+125=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337D is #4DCC82. Grayscale: #616161. Windows color (decimal): -5098627 or 8205234. OLE color: 8205234.

HSL color Cylindrical-coordinate representation of color #B2337D: hue angle of 325.04º 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 #B2337D is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 125 -
CMYK 0 0.71 0.30 0.30
HSL 325.04º 0.55% 0.45% -
HSV(B) 325.04º 0.71% 0.7% -
XYZ 23.25 13.31 20.75 -
YUV 97.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 178 51 125 0 0.71 0.30 0.30 325.04 0.55 0.45
Hex B2 33 7D 0 47 1E 1E 145 37 2D
Octal 262 63 175 0 107 36 36 505 67 55
Binary 10110010 110011 1111101 0 1000111 11110 11110 101000101 110111 101101

Color Harmonies of #B2337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2337D

Black with #B2337D

Text Example


Text Example

White with #B2337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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