Html Css Color HEX #B30E7E Medium Violet Red

📋 copy color: '#B30E7E'

red 179 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #B30E7E

Tints of Medium Violet Red #B30E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 56.11%
G = 4.39%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B30E7E (or 0xB30E7E) is known color: Medium Violet Red. HEX triplet: B3, 0E and 7E. RGB value is (179,14,126). Sum of RGB (Red+Green+Blue) = 179+14+126=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E7E is #4CF181. Grayscale: #4B4B4B. Windows color (decimal): -5042562 or 8261299. OLE color: 8261299.

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

Color convert

RGB 179 14 126 -
CMYK 0 0.92 0.30 0.30
HSL 319.27º 0.85% 0.38% -
HSV(B) 319.27º 0.92% 0.7% -
XYZ 22.51 11.4 20.75 -
YUV 76.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 179 14 126 0 0.92 0.30 0.30 319.27 0.85 0.38
Hex B3 E 7E 0 5C 1E 1E 13F 55 26
Octal 263 16 176 0 134 36 36 477 125 46
Binary 10110011 1110 1111110 0 1011100 11110 11110 100111111 1010101 100110

Color Harmonies of #B30E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E7E

Black with #B30E7E

Text Example


Text Example

White with #B30E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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