Html Css Color HEX #B2037E Medium Violet Red

📋 copy color: '#B2037E'

red 178 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #B2037E

Tints of Medium Violet Red #B2037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 57.98%
G = 0.98%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2037E (or 0xB2037E) is known color: Medium Violet Red. HEX triplet: B2, 03 and 7E. RGB value is (178,3,126). Sum of RGB (Red+Green+Blue) = 178+3+126=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2037E is #4DFC81. Grayscale: #454545. Windows color (decimal): -5110914 or 8258482. OLE color: 8258482.

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

Color convert

RGB 178 3 126 -
CMYK 0 0.98 0.29 0.30
HSL 317.83º 0.97% 0.35% -
HSV(B) 317.83º 0.98% 0.7% -
XYZ 22.16 11.04 20.7 -
YUV 69.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 178 3 126 0 0.98 0.29 0.30 317.83 0.97 0.35
Hex B2 3 7E 0 62 1D 1E 13E 61 23
Octal 262 3 176 0 142 35 36 476 141 43
Binary 10110010 11 1111110 0 1100010 11101 11110 100111110 1100001 100011

Color Harmonies of #B2037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2037E

Black with #B2037E

Text Example


Text Example

White with #B2037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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