Html Css Color HEX #B30876 Medium Violet Red

📋 copy color: '#B30876'

red 179 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #B30876

Tints of Medium Violet Red #B30876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 58.69%
G = 2.62%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B30876 (or 0xB30876) is known color: Medium Violet Red. HEX triplet: B3, 08 and 76. RGB value is (179,8,118). Sum of RGB (Red+Green+Blue) = 179+8+118=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B30876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30876 is #4CF789. Grayscale: #474747. Windows color (decimal): -5044106 or 7735475. OLE color: 7735475.

HSL color Cylindrical-coordinate representation of color #B30876: hue angle of 321.4º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30876 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 118 -
CMYK 0 0.96 0.34 0.30
HSL 321.4º 0.91% 0.37% -
HSV(B) 321.4º 0.96% 0.7% -
XYZ 21.95 11.07 18.12 -
YUV 71.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 179 8 118 0 0.96 0.34 0.30 321.4 0.91 0.37
Hex B3 8 76 0 60 22 1E 141 5B 25
Octal 263 10 166 0 140 42 36 501 133 45
Binary 10110011 1000 1110110 0 1100000 100010 11110 101000001 1011011 100101

Color Harmonies of #B30876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30876

Black with #B30876

Text Example


Text Example

White with #B30876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30876; }

 p { color: rgb(179,8,118); }

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

background-color css

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

 a { background-color: rgb(179,8,118); }

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

border-color css

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

 span { border-color: rgb(179,8,118); }

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