Html Css Color HEX #B30599 Medium Violet Red

📋 copy color: '#B30599'

red 179 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #B30599

Tints of Medium Violet Red #B30599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 53.12%
G = 1.48%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B30599 (or 0xB30599) is known color: Medium Violet Red. HEX triplet: B3, 05 and 99. RGB value is (179,5,153). Sum of RGB (Red+Green+Blue) = 179+5+153=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B30599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30599 is #4CFA66. Grayscale: #494949. Windows color (decimal): -5044839 or 10028467. OLE color: 10028467.

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

Color convert

RGB 179 5 153 -
CMYK 0 0.97 0.15 0.30
HSL 308.97º 0.95% 0.36% -
HSV(B) 308.97º 0.97% 0.7% -
XYZ 24.39 11.99 31.17 -
YUV 73.9 172.65 202.97 -
System Red Green Blue C M Y K H S L
Decimal 179 5 153 0 0.97 0.15 0.30 308.97 0.95 0.36
Hex B3 5 99 0 61 F 1E 135 5F 24
Octal 263 5 231 0 141 17 36 465 137 44
Binary 10110011 101 10011001 0 1100001 1111 11110 100110101 1011111 100100

Color Harmonies of #B30599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30599

Black with #B30599

Text Example


Text Example

White with #B30599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30599; }

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

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

background-color css

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

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

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

border-color css

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

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

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