Html Css Color HEX #B30795 Medium Violet Red

📋 copy color: '#B30795'

red 179 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #B30795

Tints of Medium Violet Red #B30795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 53.43%
G = 2.09%
B = 44.48%

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

#B30795 (or 0xB30795) is known color: Medium Violet Red. HEX triplet: B3, 07 and 95. RGB value is (179,7,149). Sum of RGB (Red+Green+Blue) = 179+7+149=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B30795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30795 is #4CF86A. Grayscale: #4A4A4A. Windows color (decimal): -5044331 or 9766835. OLE color: 9766835.

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

Color convert

RGB 179 7 149 -
CMYK 0 0.96 0.17 0.30
HSL 310.47º 0.92% 0.36% -
HSV(B) 310.47º 0.96% 0.7% -
XYZ 24.09 11.91 29.46 -
YUV 74.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 179 7 149 0 0.96 0.17 0.30 310.47 0.92 0.36
Hex B3 7 95 0 60 11 1E 136 5C 24
Octal 263 7 225 0 140 21 36 466 134 44
Binary 10110011 111 10010101 0 1100000 10001 11110 100110110 1011100 100100

Color Harmonies of #B30795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30795

Black with #B30795

Text Example


Text Example

White with #B30795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30795; }

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

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

background-color css

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

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

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

border-color css

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

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

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