Html Css Color HEX #B30594 Medium Violet Red

📋 copy color: '#B30594'

red 179 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #B30594

Tints of Medium Violet Red #B30594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 53.92%
G = 1.51%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30594 (or 0xB30594) is known color: Medium Violet Red. HEX triplet: B3, 05 and 94. RGB value is (179,5,148). Sum of RGB (Red+Green+Blue) = 179+5+148=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30594 is #4CFA6B. Grayscale: #484848. Windows color (decimal): -5044844 or 9700787. OLE color: 9700787.

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

Color convert

RGB 179 5 148 -
CMYK 0 0.97 0.17 0.30
HSL 310.69º 0.95% 0.36% -
HSV(B) 310.69º 0.97% 0.7% -
XYZ 23.99 11.83 29.04 -
YUV 73.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 179 5 148 0 0.97 0.17 0.30 310.69 0.95 0.36
Hex B3 5 94 0 61 11 1E 137 5F 24
Octal 263 5 224 0 141 21 36 467 137 44
Binary 10110011 101 10010100 0 1100001 10001 11110 100110111 1011111 100100

Color Harmonies of #B30594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30594

Black with #B30594

Text Example


Text Example

White with #B30594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30594; }

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

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

background-color css

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

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

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

border-color css

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

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

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