Html Css Color HEX #B13AA0 Medium Red Violet

📋 copy color: '#B13AA0'

red 177 ◦ green 58 ◦ blue 160

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

Shades of Medium Red Violet #B13AA0

Tints of Medium Red Violet #B13AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 44.81%
G = 14.68%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B13AA0 (or 0xB13AA0) is known color: Medium Red Violet. HEX triplet: B1, 3A and A0. RGB value is (177,58,160). Sum of RGB (Red+Green+Blue) = 177+58+160=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AA0 is #4EC55F. Grayscale: #686868. Windows color (decimal): -5162336 or 10500785. OLE color: 10500785.

HSL color Cylindrical-coordinate representation of color #B13AA0: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13AA0 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 58 160 -
CMYK 0 0.67 0.10 0.31
HSL 308.57º 0.51% 0.46% -
HSV(B) 308.57º 0.67% 0.69% -
XYZ 25.99 14.91 34.77 -
YUV 105.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 177 58 160 0 0.67 0.10 0.31 308.57 0.51 0.46
Hex B1 3A A0 0 43 A 1F 135 33 2E
Octal 261 72 240 0 103 12 37 465 63 56
Binary 10110001 111010 10100000 0 1000011 1010 11111 100110101 110011 101110

Color Harmonies of #B13AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AA0

Black with #B13AA0

Text Example


Text Example

White with #B13AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AA0; }

 p { color: rgb(177,58,160); }

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

background-color css

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

 a { background-color: rgb(177,58,160); }

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

border-color css

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

 span { border-color: rgb(177,58,160); }

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