Html Css Color HEX #B2047D Medium Violet Red

📋 copy color: '#B2047D'

red 178 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #B2047D

Tints of Medium Violet Red #B2047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 57.98%
G = 1.3%
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

#B2047D (or 0xB2047D) is known color: Medium Violet Red. HEX triplet: B2, 04 and 7D. RGB value is (178,4,125). Sum of RGB (Red+Green+Blue) = 178+4+125=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2047D is #4DFB82. Grayscale: #454545. Windows color (decimal): -5110659 or 8193202. OLE color: 8193202.

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

Color convert

RGB 178 4 125 -
CMYK 0 0.98 0.30 0.30
HSL 318.28º 0.96% 0.36% -
HSV(B) 318.28º 0.98% 0.7% -
XYZ 22.11 11.03 20.37 -
YUV 69.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 178 4 125 0 0.98 0.30 0.30 318.28 0.96 0.36
Hex B2 4 7D 0 62 1E 1E 13E 60 24
Octal 262 4 175 0 142 36 36 476 140 44
Binary 10110010 100 1111101 0 1100010 11110 11110 100111110 1100000 100100

Color Harmonies of #B2047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2047D

Black with #B2047D

Text Example


Text Example

White with #B2047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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