Html Css Color HEX #B30F95 Medium Violet Red

📋 copy color: '#B30F95'

red 179 ◦ green 15 ◦ blue 149

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

Shades of Medium Violet Red #B30F95

Tints of Medium Violet Red #B30F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

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

R = 52.19%
G = 4.37%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30F95 (or 0xB30F95) is known color: Medium Violet Red. HEX triplet: B3, 0F and 95. RGB value is (179,15,149). Sum of RGB (Red+Green+Blue) = 179+15+149=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F95 is #4CF06A. Grayscale: #4E4E4E. Windows color (decimal): -5042283 or 9768883. OLE color: 9768883.

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

Color convert

RGB 179 15 149 -
CMYK 0 0.92 0.17 0.30
HSL 310.98º 0.85% 0.38% -
HSV(B) 310.98º 0.92% 0.7% -
XYZ 24.19 12.1 29.49 -
YUV 79.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 179 15 149 0 0.92 0.17 0.30 310.98 0.85 0.38
Hex B3 F 95 0 5C 11 1E 137 55 26
Octal 263 17 225 0 134 21 36 467 125 46
Binary 10110011 1111 10010101 0 1011100 10001 11110 100110111 1010101 100110

Color Harmonies of #B30F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F95

Black with #B30F95

Text Example


Text Example

White with #B30F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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