Html Css Color HEX #B13C9C Medium Red Violet

📋 copy color: '#B13C9C'

red 177 ◦ green 60 ◦ blue 156

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

Shades of Medium Red Violet #B13C9C

Tints of Medium Red Violet #B13C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 45.04%
G = 15.27%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B13C9C (or 0xB13C9C) is known color: Medium Red Violet. HEX triplet: B1, 3C and 9C. RGB value is (177,60,156). Sum of RGB (Red+Green+Blue) = 177+60+156=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C9C is #4EC363. Grayscale: #696969. Windows color (decimal): -5161828 or 10239153. OLE color: 10239153.

HSL color Cylindrical-coordinate representation of color #B13C9C: hue angle of 310.77º 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 #B13C9C is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 156 -
CMYK 0 0.66 0.12 0.31
HSL 310.77º 0.49% 0.46% -
HSV(B) 310.77º 0.66% 0.69% -
XYZ 25.75 14.98 32.99 -
YUV 105.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 177 60 156 0 0.66 0.12 0.31 310.77 0.49 0.46
Hex B1 3C 9C 0 42 C 1F 137 31 2E
Octal 261 74 234 0 102 14 37 467 61 56
Binary 10110001 111100 10011100 0 1000010 1100 11111 100110111 110001 101110

Color Harmonies of #B13C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C9C

Black with #B13C9C

Text Example


Text Example

White with #B13C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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