Html Css Color HEX #B113A2 Medium Violet Red

📋 copy color: '#B113A2'

red 177 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #B113A2

Tints of Medium Violet Red #B113A2

RGB

 RED value IS 177 (69.53% from 255) = 49.44%

 GREEN value IS 19 (7.81% from 255) = 5.31%

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 49.44%
G = 5.31%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B113A2 (or 0xB113A2) is known color: Medium Violet Red. HEX triplet: B1, 13 and A2. RGB value is (177,19,162). Sum of RGB (Red+Green+Blue) = 177+19+162=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B113A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113A2 is #4EEC5D. Grayscale: #525252. Windows color (decimal): -5172318 or 10621873. OLE color: 10621873.

HSL color Cylindrical-coordinate representation of color #B113A2: hue angle of 305.7º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B113A2 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 162 -
CMYK 0 0.89 0.08 0.31
HSL 305.7º 0.81% 0.38% -
HSV(B) 305.7º 0.89% 0.69% -
XYZ 24.89 12.42 35.27 -
YUV 82.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 177 19 162 0 0.89 0.08 0.31 305.7 0.81 0.38
Hex B1 13 A2 0 59 8 1F 132 51 26
Octal 261 23 242 0 131 10 37 462 121 46
Binary 10110001 10011 10100010 0 1011001 1000 11111 100110010 1010001 100110

Color Harmonies of #B113A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113A2

Black with #B113A2

Text Example


Text Example

White with #B113A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113A2; }

 p { color: rgb(177,19,162); }

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

background-color css

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

 a { background-color: rgb(177,19,162); }

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

border-color css

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

 span { border-color: rgb(177,19,162); }

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