Html Css Color HEX #B13B9C Medium Red Violet

📋 copy color: '#B13B9C'

red 177 ◦ green 59 ◦ blue 156

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

Shades of Medium Red Violet #B13B9C

Tints of Medium Red Violet #B13B9C

RGB

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

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

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

R = 45.15%
G = 15.05%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B13B9C (or 0xB13B9C) is known color: Medium Red Violet. HEX triplet: B1, 3B and 9C. RGB value is (177,59,156). Sum of RGB (Red+Green+Blue) = 177+59+156=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B9C is #4EC463. Grayscale: #696969. Windows color (decimal): -5162084 or 10238897. OLE color: 10238897.

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

Color convert

RGB 177 59 156 -
CMYK 0 0.67 0.12 0.31
HSL 310.68º 0.5% 0.46% -
HSV(B) 310.68º 0.67% 0.69% -
XYZ 25.7 14.88 32.97 -
YUV 105.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 177 59 156 0 0.67 0.12 0.31 310.68 0.5 0.46
Hex B1 3B 9C 0 43 C 1F 137 32 2E
Octal 261 73 234 0 103 14 37 467 62 56
Binary 10110001 111011 10011100 0 1000011 1100 11111 100110111 110010 101110

Color Harmonies of #B13B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B9C

Black with #B13B9C

Text Example


Text Example

White with #B13B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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