Html Css Color HEX #B30895 Medium Violet Red

📋 copy color: '#B30895'

red 179 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #B30895

Tints of Medium Violet Red #B30895

RGB

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

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

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

R = 53.27%
G = 2.38%
B = 44.35%

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

#B30895 (or 0xB30895) is known color: Medium Violet Red. HEX triplet: B3, 08 and 95. RGB value is (179,8,149). Sum of RGB (Red+Green+Blue) = 179+8+149=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B30895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30895 is #4CF76A. Grayscale: #4A4A4A. Windows color (decimal): -5044075 or 9767091. OLE color: 9767091.

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

Color convert

RGB 179 8 149 -
CMYK 0 0.96 0.17 0.30
HSL 310.53º 0.91% 0.37% -
HSV(B) 310.53º 0.96% 0.7% -
XYZ 24.1 11.93 29.47 -
YUV 75.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 179 8 149 0 0.96 0.17 0.30 310.53 0.91 0.37
Hex B3 8 95 0 60 11 1E 137 5B 25
Octal 263 10 225 0 140 21 36 467 133 45
Binary 10110011 1000 10010101 0 1100000 10001 11110 100110111 1011011 100101

Color Harmonies of #B30895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30895

Black with #B30895

Text Example


Text Example

White with #B30895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30895; }

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

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

background-color css

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

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

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

border-color css

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

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

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