Html Css Color HEX #B3037D Medium Violet Red

📋 copy color: '#B3037D'

red 179 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #B3037D

Tints of Medium Violet Red #B3037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 58.31%
G = 0.98%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3037D (or 0xB3037D) is known color: Medium Violet Red. HEX triplet: B3, 03 and 7D. RGB value is (179,3,125). Sum of RGB (Red+Green+Blue) = 179+3+125=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3037D is #4CFC82. Grayscale: #454545. Windows color (decimal): -5045379 or 8192947. OLE color: 8192947.

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

Color convert

RGB 179 3 125 -
CMYK 0 0.98 0.30 0.30
HSL 318.41º 0.97% 0.36% -
HSV(B) 318.41º 0.98% 0.7% -
XYZ 22.32 11.13 20.37 -
YUV 69.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 179 3 125 0 0.98 0.30 0.30 318.41 0.97 0.36
Hex B3 3 7D 0 62 1E 1E 13E 61 24
Octal 263 3 175 0 142 36 36 476 141 44
Binary 10110011 11 1111101 0 1100010 11110 11110 100111110 1100001 100100

Color Harmonies of #B3037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3037D

Black with #B3037D

Text Example


Text Example

White with #B3037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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