Html Css Color HEX #B2048C Medium Violet Red

📋 copy color: '#B2048C'

red 178 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #B2048C

Tints of Medium Violet Red #B2048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 55.28%
G = 1.24%
B = 43.48%

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

#B2048C (or 0xB2048C) is known color: Medium Violet Red. HEX triplet: B2, 04 and 8C. RGB value is (178,4,140). Sum of RGB (Red+Green+Blue) = 178+4+140=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2048C is #4DFB73. Grayscale: #474747. Windows color (decimal): -5110644 or 9176242. OLE color: 9176242.

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

Color convert

RGB 178 4 140 -
CMYK 0 0.98 0.21 0.30
HSL 313.1º 0.96% 0.36% -
HSV(B) 313.1º 0.98% 0.7% -
XYZ 23.14 11.45 25.8 -
YUV 71.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 178 4 140 0 0.98 0.21 0.30 313.1 0.96 0.36
Hex B2 4 8C 0 62 15 1E 139 60 24
Octal 262 4 214 0 142 25 36 471 140 44
Binary 10110010 100 10001100 0 1100010 10101 11110 100111001 1100000 100100

Color Harmonies of #B2048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2048C

Black with #B2048C

Text Example


Text Example

White with #B2048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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