Html Css Color HEX #B2048D Medium Violet Red

📋 copy color: '#B2048D'

red 178 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #B2048D

Tints of Medium Violet Red #B2048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 55.11%
G = 1.24%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2048D (or 0xB2048D) is known color: Medium Violet Red. HEX triplet: B2, 04 and 8D. RGB value is (178,4,141). Sum of RGB (Red+Green+Blue) = 178+4+141=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2048D is #4DFB72. Grayscale: #474747. Windows color (decimal): -5110643 or 9241778. OLE color: 9241778.

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

Color convert

RGB 178 4 141 -
CMYK 0 0.98 0.21 0.30
HSL 312.76º 0.96% 0.36% -
HSV(B) 312.76º 0.98% 0.7% -
XYZ 23.21 11.47 26.19 -
YUV 71.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 178 4 141 0 0.98 0.21 0.30 312.76 0.96 0.36
Hex B2 4 8D 0 62 15 1E 139 60 24
Octal 262 4 215 0 142 25 36 471 140 44
Binary 10110010 100 10001101 0 1100010 10101 11110 100111001 1100000 100100

Color Harmonies of #B2048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2048D

Black with #B2048D

Text Example


Text Example

White with #B2048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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