Html Css Color HEX #B30794 Medium Violet Red

📋 copy color: '#B30794'

red 179 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #B30794

Tints of Medium Violet Red #B30794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 53.59%
G = 2.1%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30794 (or 0xB30794) is known color: Medium Violet Red. HEX triplet: B3, 07 and 94. RGB value is (179,7,148). Sum of RGB (Red+Green+Blue) = 179+7+148=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B30794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30794 is #4CF86B. Grayscale: #4A4A4A. Windows color (decimal): -5044332 or 9701299. OLE color: 9701299.

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

Color convert

RGB 179 7 148 -
CMYK 0 0.96 0.17 0.30
HSL 310.81º 0.92% 0.36% -
HSV(B) 310.81º 0.96% 0.7% -
XYZ 24.01 11.87 29.04 -
YUV 74.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 179 7 148 0 0.96 0.17 0.30 310.81 0.92 0.36
Hex B3 7 94 0 60 11 1E 137 5C 24
Octal 263 7 224 0 140 21 36 467 134 44
Binary 10110011 111 10010100 0 1100000 10001 11110 100110111 1011100 100100

Color Harmonies of #B30794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30794

Black with #B30794

Text Example


Text Example

White with #B30794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30794; }

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

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

background-color css

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

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

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

border-color css

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

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

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