Html Css Color HEX #B30495 Medium Violet Red

📋 copy color: '#B30495'

red 179 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #B30495

Tints of Medium Violet Red #B30495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 53.92%
G = 1.2%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30495 (or 0xB30495) is known color: Medium Violet Red. HEX triplet: B3, 04 and 95. RGB value is (179,4,149). Sum of RGB (Red+Green+Blue) = 179+4+149=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30495 is #4CFB6A. Grayscale: #484848. Windows color (decimal): -5045099 or 9766067. OLE color: 9766067.

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

Color convert

RGB 179 4 149 -
CMYK 0 0.98 0.17 0.30
HSL 310.29º 0.96% 0.36% -
HSV(B) 310.29º 0.98% 0.7% -
XYZ 24.06 11.84 29.45 -
YUV 72.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 179 4 149 0 0.98 0.17 0.30 310.29 0.96 0.36
Hex B3 4 95 0 62 11 1E 136 60 24
Octal 263 4 225 0 142 21 36 466 140 44
Binary 10110011 100 10010101 0 1100010 10001 11110 100110110 1100000 100100

Color Harmonies of #B30495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30495

Black with #B30495

Text Example


Text Example

White with #B30495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30495; }

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

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

background-color css

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

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

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

border-color css

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

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

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