Html Css Color HEX #B3058C Medium Violet Red

📋 copy color: '#B3058C'

red 179 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #B3058C

Tints of Medium Violet Red #B3058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 55.25%
G = 1.54%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3058C (or 0xB3058C) is known color: Medium Violet Red. HEX triplet: B3, 05 and 8C. RGB value is (179,5,140). Sum of RGB (Red+Green+Blue) = 179+5+140=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3058C is #4CFA73. Grayscale: #484848. Windows color (decimal): -5044852 or 9176499. OLE color: 9176499.

HSL color Cylindrical-coordinate representation of color #B3058C: hue angle of 313.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3058C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 140 -
CMYK 0 0.97 0.22 0.30
HSL 313.45º 0.95% 0.36% -
HSV(B) 313.45º 0.97% 0.7% -
XYZ 23.38 11.59 25.82 -
YUV 72.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 179 5 140 0 0.97 0.22 0.30 313.45 0.95 0.36
Hex B3 5 8C 0 61 16 1E 139 5F 24
Octal 263 5 214 0 141 26 36 471 137 44
Binary 10110011 101 10001100 0 1100001 10110 11110 100111001 1011111 100100

Color Harmonies of #B3058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3058C

Black with #B3058C

Text Example


Text Example

White with #B3058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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