Html Css Color HEX #B30490 Medium Violet Red

📋 copy color: '#B30490'

red 179 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B30490

Tints of Medium Violet Red #B30490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 54.74%
G = 1.22%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30490 (or 0xB30490) is known color: Medium Violet Red. HEX triplet: B3, 04 and 90. RGB value is (179,4,144). Sum of RGB (Red+Green+Blue) = 179+4+144=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B30490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30490 is #4CFB6F. Grayscale: #474747. Windows color (decimal): -5045104 or 9438387. OLE color: 9438387.

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

Color convert

RGB 179 4 144 -
CMYK 0 0.98 0.20 0.30
HSL 312º 0.96% 0.36% -
HSV(B) 312º 0.98% 0.7% -
XYZ 23.67 11.68 27.39 -
YUV 72.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 179 4 144 0 0.98 0.20 0.30 312 0.96 0.36
Hex B3 4 90 0 62 14 1E 138 60 24
Octal 263 4 220 0 142 24 36 470 140 44
Binary 10110011 100 10010000 0 1100010 10100 11110 100111000 1100000 100100

Color Harmonies of #B30490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30490

Black with #B30490

Text Example


Text Example

White with #B30490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30490; }

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

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

background-color css

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

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

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

border-color css

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

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

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