Html Css Color HEX #B30489 Medium Violet Red

📋 copy color: '#B30489'

red 179 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #B30489

Tints of Medium Violet Red #B30489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 55.94%
G = 1.25%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B30489 (or 0xB30489) is known color: Medium Violet Red. HEX triplet: B3, 04 and 89. RGB value is (179,4,137). Sum of RGB (Red+Green+Blue) = 179+4+137=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30489 is #4CFB76. Grayscale: #474747. Windows color (decimal): -5045111 or 8979635. OLE color: 8979635.

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

Color convert

RGB 179 4 137 -
CMYK 0 0.98 0.23 0.30
HSL 314.4º 0.96% 0.36% -
HSV(B) 314.4º 0.98% 0.7% -
XYZ 23.15 11.48 24.66 -
YUV 71.49 164.98 204.69 -
System Red Green Blue C M Y K H S L
Decimal 179 4 137 0 0.98 0.23 0.30 314.4 0.96 0.36
Hex B3 4 89 0 62 17 1E 13A 60 24
Octal 263 4 211 0 142 27 36 472 140 44
Binary 10110011 100 10001001 0 1100010 10111 11110 100111010 1100000 100100

Color Harmonies of #B30489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30489

Black with #B30489

Text Example


Text Example

White with #B30489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30489; }

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

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

background-color css

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

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

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

border-color css

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

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

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