Html Css Color HEX #B30884 Medium Violet Red

📋 copy color: '#B30884'

red 179 ◦ green 8 ◦ blue 132

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

Shades of Medium Violet Red #B30884

Tints of Medium Violet Red #B30884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 56.11%
G = 2.51%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30884 (or 0xB30884) is known color: Medium Violet Red. HEX triplet: B3, 08 and 84. RGB value is (179,8,132). Sum of RGB (Red+Green+Blue) = 179+8+132=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B30884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30884 is #4CF77B. Grayscale: #484848. Windows color (decimal): -5044092 or 8652979. OLE color: 8652979.

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

Color convert

RGB 179 8 132 -
CMYK 0 0.96 0.26 0.30
HSL 316.49º 0.91% 0.37% -
HSV(B) 316.49º 0.96% 0.7% -
XYZ 22.84 11.42 22.83 -
YUV 73.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 179 8 132 0 0.96 0.26 0.30 316.49 0.91 0.37
Hex B3 8 84 0 60 1A 1E 13C 5B 25
Octal 263 10 204 0 140 32 36 474 133 45
Binary 10110011 1000 10000100 0 1100000 11010 11110 100111100 1011011 100101

Color Harmonies of #B30884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30884

Black with #B30884

Text Example


Text Example

White with #B30884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30884; }

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

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

background-color css

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

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

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

border-color css

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

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

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