Html Css Color HEX #B30178 Medium Violet Red

📋 copy color: '#B30178'

red 179 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #B30178

Tints of Medium Violet Red #B30178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 59.67%
G = 0.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B30178 (or 0xB30178) is known color: Medium Violet Red. HEX triplet: B3, 01 and 78. RGB value is (179,1,120). Sum of RGB (Red+Green+Blue) = 179+1+120=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B30178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30178 is #4CFE87. Grayscale: #434343. Windows color (decimal): -5045896 or 7864755. OLE color: 7864755.

HSL color Cylindrical-coordinate representation of color #B30178: hue angle of 319.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30178 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 120 -
CMYK 0 0.99 0.33 0.30
HSL 319.89º 0.99% 0.35% -
HSV(B) 319.89º 0.99% 0.7% -
XYZ 21.99 10.96 18.73 -
YUV 67.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 179 1 120 0 0.99 0.33 0.30 319.89 0.99 0.35
Hex B3 1 78 0 63 21 1E 140 63 23
Octal 263 1 170 0 143 41 36 500 143 43
Binary 10110011 1 1111000 0 1100011 100001 11110 101000000 1100011 100011

Color Harmonies of #B30178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30178

Black with #B30178

Text Example


Text Example

White with #B30178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30178; }

 p { color: rgb(179,1,120); }

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

background-color css

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

 a { background-color: rgb(179,1,120); }

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

border-color css

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

 span { border-color: rgb(179,1,120); }

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