Html Css Color HEX #B2037C Medium Violet Red

📋 copy color: '#B2037C'

red 178 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #B2037C

Tints of Medium Violet Red #B2037C

RGB

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

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

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

R = 58.36%
G = 0.98%
B = 40.66%

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

#B2037C (or 0xB2037C) is known color: Medium Violet Red. HEX triplet: B2, 03 and 7C. RGB value is (178,3,124). Sum of RGB (Red+Green+Blue) = 178+3+124=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2037C is #4DFC83. Grayscale: #444444. Windows color (decimal): -5110916 or 8127410. OLE color: 8127410.

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

Color convert

RGB 178 3 124 -
CMYK 0 0.98 0.30 0.30
HSL 318.51º 0.97% 0.35% -
HSV(B) 318.51º 0.98% 0.7% -
XYZ 22.03 10.99 20.03 -
YUV 69.12 158.98 205.66 -
System Red Green Blue C M Y K H S L
Decimal 178 3 124 0 0.98 0.30 0.30 318.51 0.97 0.35
Hex B2 3 7C 0 62 1E 1E 13F 61 23
Octal 262 3 174 0 142 36 36 477 141 43
Binary 10110010 11 1111100 0 1100010 11110 11110 100111111 1100001 100011

Color Harmonies of #B2037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2037C

Black with #B2037C

Text Example


Text Example

White with #B2037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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