Html Css Color HEX #B30877 Medium Violet Red

📋 copy color: '#B30877'

red 179 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #B30877

Tints of Medium Violet Red #B30877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 58.5%
G = 2.61%
B = 38.89%

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

#B30877 (or 0xB30877) is known color: Medium Violet Red. HEX triplet: B3, 08 and 77. RGB value is (179,8,119). Sum of RGB (Red+Green+Blue) = 179+8+119=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B30877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30877 is #4CF788. Grayscale: #474747. Windows color (decimal): -5044105 or 7801011. OLE color: 7801011.

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

Color convert

RGB 179 8 119 -
CMYK 0 0.96 0.34 0.30
HSL 321.05º 0.91% 0.37% -
HSV(B) 321.05º 0.96% 0.7% -
XYZ 22.01 11.09 18.43 -
YUV 71.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 179 8 119 0 0.96 0.34 0.30 321.05 0.91 0.37
Hex B3 8 77 0 60 22 1E 141 5B 25
Octal 263 10 167 0 140 42 36 501 133 45
Binary 10110011 1000 1110111 0 1100000 100010 11110 101000001 1011011 100101

Color Harmonies of #B30877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30877

Black with #B30877

Text Example


Text Example

White with #B30877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30877; }

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

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

background-color css

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

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

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

border-color css

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

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

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