Html Css Color HEX #B30295 Medium Violet Red

📋 copy color: '#B30295'

red 179 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #B30295

Tints of Medium Violet Red #B30295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 54.24%
G = 0.61%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30295 (or 0xB30295) is known color: Medium Violet Red. HEX triplet: B3, 02 and 95. RGB value is (179,2,149). Sum of RGB (Red+Green+Blue) = 179+2+149=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30295 is #4CFD6A. Grayscale: #474747. Windows color (decimal): -5045611 or 9765555. OLE color: 9765555.

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

Color convert

RGB 179 2 149 -
CMYK 0 0.99 0.17 0.30
HSL 310.17º 0.98% 0.35% -
HSV(B) 310.17º 0.99% 0.7% -
XYZ 24.04 11.8 29.44 -
YUV 71.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 179 2 149 0 0.99 0.17 0.30 310.17 0.98 0.35
Hex B3 2 95 0 63 11 1E 136 62 23
Octal 263 2 225 0 143 21 36 466 142 43
Binary 10110011 10 10010101 0 1100011 10001 11110 100110110 1100010 100011

Color Harmonies of #B30295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30295

Black with #B30295

Text Example


Text Example

White with #B30295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30295; }

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

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

background-color css

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

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

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

border-color css

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

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

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