Html Css Color HEX #B13C8A Medium Red Violet

📋 copy color: '#B13C8A'

red 177 ◦ green 60 ◦ blue 138

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

Shades of Medium Red Violet #B13C8A

Tints of Medium Red Violet #B13C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 47.2%
G = 16%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B13C8A (or 0xB13C8A) is known color: Medium Red Violet. HEX triplet: B1, 3C and 8A. RGB value is (177,60,138). Sum of RGB (Red+Green+Blue) = 177+60+138=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C8A is #4EC375. Grayscale: #676767. Windows color (decimal): -5161846 or 9059505. OLE color: 9059505.

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

Color convert

RGB 177 60 138 -
CMYK 0 0.66 0.22 0.31
HSL 320º 0.49% 0.46% -
HSV(B) 320º 0.66% 0.69% -
XYZ 24.33 14.41 25.54 -
YUV 103.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 177 60 138 0 0.66 0.22 0.31 320 0.49 0.46
Hex B1 3C 8A 0 42 16 1F 140 31 2E
Octal 261 74 212 0 102 26 37 500 61 56
Binary 10110001 111100 10001010 0 1000010 10110 11111 101000000 110001 101110

Color Harmonies of #B13C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C8A

Black with #B13C8A

Text Example


Text Example

White with #B13C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C8A; }

 p { color: rgb(177,60,138); }

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

background-color css

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

 a { background-color: rgb(177,60,138); }

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

border-color css

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

 span { border-color: rgb(177,60,138); }

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