Html Css Color HEX #B30E8F Medium Violet Red

📋 copy color: '#B30E8F'

red 179 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #B30E8F

Tints of Medium Violet Red #B30E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 53.27%
G = 4.17%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30E8F (or 0xB30E8F) is known color: Medium Violet Red. HEX triplet: B3, 0E and 8F. RGB value is (179,14,143). Sum of RGB (Red+Green+Blue) = 179+14+143=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30E8F is #4CF170. Grayscale: #4D4D4D. Windows color (decimal): -5042545 or 9375411. OLE color: 9375411.

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

Color convert

RGB 179 14 143 -
CMYK 0 0.92 0.20 0.30
HSL 313.09º 0.85% 0.38% -
HSV(B) 313.09º 0.92% 0.7% -
XYZ 23.71 11.88 27.03 -
YUV 78.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 179 14 143 0 0.92 0.20 0.30 313.09 0.85 0.38
Hex B3 E 8F 0 5C 14 1E 139 55 26
Octal 263 16 217 0 134 24 36 471 125 46
Binary 10110011 1110 10001111 0 1011100 10100 11110 100111001 1010101 100110

Color Harmonies of #B30E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E8F

Black with #B30E8F

Text Example


Text Example

White with #B30E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E8F; }

 p { color: rgb(179,14,143); }

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

background-color css

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

 a { background-color: rgb(179,14,143); }

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

border-color css

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

 span { border-color: rgb(179,14,143); }

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