Html Css Color HEX #B30195 Medium Violet Red

📋 copy color: '#B30195'

red 179 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #B30195

Tints of Medium Violet Red #B30195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 54.41%
G = 0.3%
B = 45.29%

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

#B30195 (or 0xB30195) is known color: Medium Violet Red. HEX triplet: B3, 01 and 95. RGB value is (179,1,149). Sum of RGB (Red+Green+Blue) = 179+1+149=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30195 is #4CFE6A. Grayscale: #464646. Windows color (decimal): -5045867 or 9765299. OLE color: 9765299.

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

Color convert

RGB 179 1 149 -
CMYK 0 0.99 0.17 0.30
HSL 310.11º 0.99% 0.35% -
HSV(B) 310.11º 0.99% 0.7% -
XYZ 24.03 11.78 29.44 -
YUV 71.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 179 1 149 0 0.99 0.17 0.30 310.11 0.99 0.35
Hex B3 1 95 0 63 11 1E 136 63 23
Octal 263 1 225 0 143 21 36 466 143 43
Binary 10110011 1 10010101 0 1100011 10001 11110 100110110 1100011 100011

Color Harmonies of #B30195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30195

Black with #B30195

Text Example


Text Example

White with #B30195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30195; }

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

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

background-color css

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

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

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

border-color css

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

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

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