Html Css Color HEX #B30886 Medium Violet Red

📋 copy color: '#B30886'

red 179 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #B30886

Tints of Medium Violet Red #B30886

RGB

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

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

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

R = 55.76%
G = 2.49%
B = 41.74%

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

#B30886 (or 0xB30886) is known color: Medium Violet Red. HEX triplet: B3, 08 and 86. RGB value is (179,8,134). Sum of RGB (Red+Green+Blue) = 179+8+134=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B30886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30886 is #4CF779. Grayscale: #494949. Windows color (decimal): -5044090 or 8784051. OLE color: 8784051.

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

Color convert

RGB 179 8 134 -
CMYK 0 0.96 0.25 0.30
HSL 315.79º 0.91% 0.37% -
HSV(B) 315.79º 0.96% 0.7% -
XYZ 22.98 11.48 23.56 -
YUV 73.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 179 8 134 0 0.96 0.25 0.30 315.79 0.91 0.37
Hex B3 8 86 0 60 19 1E 13C 5B 25
Octal 263 10 206 0 140 31 36 474 133 45
Binary 10110011 1000 10000110 0 1100000 11001 11110 100111100 1011011 100101

Color Harmonies of #B30886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30886

Black with #B30886

Text Example


Text Example

White with #B30886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30886; }

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

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

background-color css

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

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

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

border-color css

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

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

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