Html Css Color HEX #B3048C Medium Violet Red

📋 copy color: '#B3048C'

red 179 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #B3048C

Tints of Medium Violet Red #B3048C

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

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

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

R = 55.42%
G = 1.24%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3048C (or 0xB3048C) is known color: Medium Violet Red. HEX triplet: B3, 04 and 8C. RGB value is (179,4,140). Sum of RGB (Red+Green+Blue) = 179+4+140=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3048C is #4CFB73. Grayscale: #474747. Windows color (decimal): -5045108 or 9176243. OLE color: 9176243.

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

Color convert

RGB 179 4 140 -
CMYK 0 0.98 0.22 0.30
HSL 313.37º 0.96% 0.36% -
HSV(B) 313.37º 0.98% 0.7% -
XYZ 23.37 11.56 25.81 -
YUV 71.83 166.48 204.44 -
System Red Green Blue C M Y K H S L
Decimal 179 4 140 0 0.98 0.22 0.30 313.37 0.96 0.36
Hex B3 4 8C 0 62 16 1E 139 60 24
Octal 263 4 214 0 142 26 36 471 140 44
Binary 10110011 100 10001100 0 1100010 10110 11110 100111001 1100000 100100

Color Harmonies of #B3048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3048C

Black with #B3048C

Text Example


Text Example

White with #B3048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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