Html Css Color HEX #B30786 Medium Violet Red

📋 copy color: '#B30786'

red 179 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #B30786

Tints of Medium Violet Red #B30786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 55.94%
G = 2.19%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B30786 (or 0xB30786) is known color: Medium Violet Red. HEX triplet: B3, 07 and 86. RGB value is (179,7,134). Sum of RGB (Red+Green+Blue) = 179+7+134=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30786 is #4CF879. Grayscale: #484848. Windows color (decimal): -5044346 or 8783795. OLE color: 8783795.

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

Color convert

RGB 179 7 134 -
CMYK 0 0.96 0.25 0.30
HSL 315.7º 0.92% 0.36% -
HSV(B) 315.7º 0.96% 0.7% -
XYZ 22.97 11.46 23.56 -
YUV 72.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 179 7 134 0 0.96 0.25 0.30 315.7 0.92 0.36
Hex B3 7 86 0 60 19 1E 13C 5C 24
Octal 263 7 206 0 140 31 36 474 134 44
Binary 10110011 111 10000110 0 1100000 11001 11110 100111100 1011100 100100

Color Harmonies of #B30786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30786

Black with #B30786

Text Example


Text Example

White with #B30786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30786; }

 p { color: rgb(179,7,134); }

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

background-color css

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

 a { background-color: rgb(179,7,134); }

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

border-color css

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

 span { border-color: rgb(179,7,134); }

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