Html Css Color HEX #B30994 Medium Violet Red

📋 copy color: '#B30994'

red 179 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #B30994

Tints of Medium Violet Red #B30994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

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

R = 53.27%
G = 2.68%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30994 (or 0xB30994) is known color: Medium Violet Red. HEX triplet: B3, 09 and 94. RGB value is (179,9,148). Sum of RGB (Red+Green+Blue) = 179+9+148=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B30994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30994 is #4CF66B. Grayscale: #4B4B4B. Windows color (decimal): -5043820 or 9701811. OLE color: 9701811.

HSL color Cylindrical-coordinate representation of color #B30994: hue angle of 310.94º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30994 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 148 -
CMYK 0 0.95 0.17 0.30
HSL 310.94º 0.9% 0.37% -
HSV(B) 310.94º 0.95% 0.7% -
XYZ 24.03 11.92 29.05 -
YUV 75.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 179 9 148 0 0.95 0.17 0.30 310.94 0.9 0.37
Hex B3 9 94 0 5F 11 1E 137 5A 25
Octal 263 11 224 0 137 21 36 467 132 45
Binary 10110011 1001 10010100 0 1011111 10001 11110 100110111 1011010 100101

Color Harmonies of #B30994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30994

Black with #B30994

Text Example


Text Example

White with #B30994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30994; }

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

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

background-color css

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

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

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

border-color css

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

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

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