Html Css Color HEX #B30784 Medium Violet Red

📋 copy color: '#B30784'

red 179 ◦ green 7 ◦ blue 132

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

Shades of Medium Violet Red #B30784

Tints of Medium Violet Red #B30784

RGB

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

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

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

R = 56.29%
G = 2.2%
B = 41.51%

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

#B30784 (or 0xB30784) is known color: Medium Violet Red. HEX triplet: B3, 07 and 84. RGB value is (179,7,132). Sum of RGB (Red+Green+Blue) = 179+7+132=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B30784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30784 is #4CF87B. Grayscale: #484848. Windows color (decimal): -5044348 or 8652723. OLE color: 8652723.

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

Color convert

RGB 179 7 132 -
CMYK 0 0.96 0.26 0.30
HSL 316.4º 0.92% 0.36% -
HSV(B) 316.4º 0.96% 0.7% -
XYZ 22.83 11.4 22.83 -
YUV 72.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 179 7 132 0 0.96 0.26 0.30 316.4 0.92 0.36
Hex B3 7 84 0 60 1A 1E 13C 5C 24
Octal 263 7 204 0 140 32 36 474 134 44
Binary 10110011 111 10000100 0 1100000 11010 11110 100111100 1011100 100100

Color Harmonies of #B30784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30784

Black with #B30784

Text Example


Text Example

White with #B30784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30784; }

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

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

background-color css

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

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

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

border-color css

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

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

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