Html Css Color HEX #B3117F Medium Violet Red

📋 copy color: '#B3117F'

red 179 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #B3117F

Tints of Medium Violet Red #B3117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 55.42%
G = 5.26%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3117F (or 0xB3117F) is known color: Medium Violet Red. HEX triplet: B3, 11 and 7F. RGB value is (179,17,127). Sum of RGB (Red+Green+Blue) = 179+17+127=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3117F is #4CEE80. Grayscale: #4D4D4D. Windows color (decimal): -5041793 or 8327603. OLE color: 8327603.

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

Color convert

RGB 179 17 127 -
CMYK 0 0.91 0.29 0.30
HSL 319.26º 0.83% 0.38% -
HSV(B) 319.26º 0.91% 0.7% -
XYZ 22.62 11.52 21.11 -
YUV 77.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 179 17 127 0 0.91 0.29 0.30 319.26 0.83 0.38
Hex B3 11 7F 0 5B 1D 1E 13F 53 26
Octal 263 21 177 0 133 35 36 477 123 46
Binary 10110011 10001 1111111 0 1011011 11101 11110 100111111 1010011 100110

Color Harmonies of #B3117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3117F

Black with #B3117F

Text Example


Text Example

White with #B3117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3117F; }

 p { color: rgb(179,17,127); }

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

background-color css

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

 a { background-color: rgb(179,17,127); }

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

border-color css

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

 span { border-color: rgb(179,17,127); }

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