Html Css Color HEX #B3237D Medium Red Violet

📋 copy color: '#B3237D'

red 179 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #B3237D

Tints of Medium Red Violet #B3237D

RGB

 RED value IS 179 (70.31% from 255) = 52.8%

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

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

R = 52.8%
G = 10.32%
B = 36.87%

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

#B3237D (or 0xB3237D) is known color: Medium Red Violet. HEX triplet: B3, 23 and 7D. RGB value is (179,35,125). Sum of RGB (Red+Green+Blue) = 179+35+125=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3237D is #4CDC82. Grayscale: #585858. Windows color (decimal): -5037187 or 8201139. OLE color: 8201139.

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

Color convert

RGB 179 35 125 -
CMYK 0 0.80 0.30 0.30
HSL 322.5º 0.67% 0.42% -
HSV(B) 322.5º 0.8% 0.7% -
XYZ 22.89 12.27 20.56 -
YUV 88.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 179 35 125 0 0.80 0.30 0.30 322.5 0.67 0.42
Hex B3 23 7D 0 50 1E 1E 142 43 2A
Octal 263 43 175 0 120 36 36 502 103 52
Binary 10110011 100011 1111101 0 1010000 11110 11110 101000010 1000011 101010

Color Harmonies of #B3237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3237D

Black with #B3237D

Text Example


Text Example

White with #B3237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3237D; }

 p { color: rgb(179,35,125); }

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

background-color css

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

 a { background-color: rgb(179,35,125); }

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

border-color css

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

 span { border-color: rgb(179,35,125); }

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