Html Css Color HEX #B3118B Medium Violet Red

📋 copy color: '#B3118B'

red 179 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #B3118B

Tints of Medium Violet Red #B3118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 53.43%
G = 5.07%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3118B (or 0xB3118B) is known color: Medium Violet Red. HEX triplet: B3, 11 and 8B. RGB value is (179,17,139). Sum of RGB (Red+Green+Blue) = 179+17+139=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3118B is #4CEE74. Grayscale: #4F4F4F. Windows color (decimal): -5041781 or 9114035. OLE color: 9114035.

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

Color convert

RGB 179 17 139 -
CMYK 0 0.91 0.22 0.30
HSL 314.81º 0.83% 0.38% -
HSV(B) 314.81º 0.91% 0.7% -
XYZ 23.45 11.85 25.48 -
YUV 79.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 179 17 139 0 0.91 0.22 0.30 314.81 0.83 0.38
Hex B3 11 8B 0 5B 16 1E 13B 53 26
Octal 263 21 213 0 133 26 36 473 123 46
Binary 10110011 10001 10001011 0 1011011 10110 11110 100111011 1010011 100110

Color Harmonies of #B3118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3118B

Black with #B3118B

Text Example


Text Example

White with #B3118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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