Html Css Color HEX #B30894 Medium Violet Red

📋 copy color: '#B30894'

red 179 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #B30894

Tints of Medium Violet Red #B30894

RGB

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

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

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

R = 53.43%
G = 2.39%
B = 44.18%

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

#B30894 (or 0xB30894) is known color: Medium Violet Red. HEX triplet: B3, 08 and 94. RGB value is (179,8,148). Sum of RGB (Red+Green+Blue) = 179+8+148=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B30894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30894 is #4CF76B. Grayscale: #4A4A4A. Windows color (decimal): -5044076 or 9701555. OLE color: 9701555.

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

Color convert

RGB 179 8 148 -
CMYK 0 0.96 0.17 0.30
HSL 310.88º 0.91% 0.37% -
HSV(B) 310.88º 0.96% 0.7% -
XYZ 24.02 11.9 29.05 -
YUV 75.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 179 8 148 0 0.96 0.17 0.30 310.88 0.91 0.37
Hex B3 8 94 0 60 11 1E 137 5B 25
Octal 263 10 224 0 140 21 36 467 133 45
Binary 10110011 1000 10010100 0 1100000 10001 11110 100110111 1011011 100101

Color Harmonies of #B30894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30894

Black with #B30894

Text Example


Text Example

White with #B30894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30894; }

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

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

background-color css

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

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

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

border-color css

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

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

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