Html Css Color HEX #B13BA1 Medium Red Violet

📋 copy color: '#B13BA1'

red 177 ◦ green 59 ◦ blue 161

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

Shades of Medium Red Violet #B13BA1

Tints of Medium Red Violet #B13BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 44.58%
G = 14.86%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B13BA1 (or 0xB13BA1) is known color: Medium Red Violet. HEX triplet: B1, 3B and A1. RGB value is (177,59,161). Sum of RGB (Red+Green+Blue) = 177+59+161=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA1 is #4EC45E. Grayscale: #696969. Windows color (decimal): -5162079 or 10566577. OLE color: 10566577.

HSL color Cylindrical-coordinate representation of color #B13BA1: hue angle of 308.14º degrees, saturation: 0.5, 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 #B13BA1 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 59 161 -
CMYK 0 0.67 0.09 0.31
HSL 308.14º 0.5% 0.46% -
HSV(B) 308.14º 0.67% 0.69% -
XYZ 26.13 15.05 35.25 -
YUV 105.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 177 59 161 0 0.67 0.09 0.31 308.14 0.5 0.46
Hex B1 3B A1 0 43 9 1F 134 32 2E
Octal 261 73 241 0 103 11 37 464 62 56
Binary 10110001 111011 10100001 0 1000011 1001 11111 100110100 110010 101110

Color Harmonies of #B13BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BA1

Black with #B13BA1

Text Example


Text Example

White with #B13BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BA1; }

 p { color: rgb(177,59,161); }

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

background-color css

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

 a { background-color: rgb(177,59,161); }

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

border-color css

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

 span { border-color: rgb(177,59,161); }

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