Html Css Color HEX #B30486 Medium Violet Red

📋 copy color: '#B30486'

red 179 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #B30486

Tints of Medium Violet Red #B30486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 56.47%
G = 1.26%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B30486 (or 0xB30486) is known color: Medium Violet Red. HEX triplet: B3, 04 and 86. RGB value is (179,4,134). Sum of RGB (Red+Green+Blue) = 179+4+134=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30486 is #4CFB79. Grayscale: #464646. Windows color (decimal): -5045114 or 8783027. OLE color: 8783027.

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

Color convert

RGB 179 4 134 -
CMYK 0 0.98 0.25 0.30
HSL 315.43º 0.96% 0.36% -
HSV(B) 315.43º 0.98% 0.7% -
XYZ 22.94 11.39 23.54 -
YUV 71.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 179 4 134 0 0.98 0.25 0.30 315.43 0.96 0.36
Hex B3 4 86 0 62 19 1E 13B 60 24
Octal 263 4 206 0 142 31 36 473 140 44
Binary 10110011 100 10000110 0 1100010 11001 11110 100111011 1100000 100100

Color Harmonies of #B30486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30486

Black with #B30486

Text Example


Text Example

White with #B30486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30486; }

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

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

background-color css

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

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

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

border-color css

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

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

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