Html Css Color HEX #B13B98 Medium Red Violet

📋 copy color: '#B13B98'

red 177 ◦ green 59 ◦ blue 152

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

Shades of Medium Red Violet #B13B98

Tints of Medium Red Violet #B13B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 45.62%
G = 15.21%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B13B98 (or 0xB13B98) is known color: Medium Red Violet. HEX triplet: B1, 3B and 98. RGB value is (177,59,152). Sum of RGB (Red+Green+Blue) = 177+59+152=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B98 is #4EC467. Grayscale: #686868. Windows color (decimal): -5162088 or 9976753. OLE color: 9976753.

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

Color convert

RGB 177 59 152 -
CMYK 0 0.67 0.14 0.31
HSL 312.71º 0.5% 0.46% -
HSV(B) 312.71º 0.67% 0.69% -
XYZ 25.36 14.74 31.21 -
YUV 104.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 177 59 152 0 0.67 0.14 0.31 312.71 0.5 0.46
Hex B1 3B 98 0 43 E 1F 139 32 2E
Octal 261 73 230 0 103 16 37 471 62 56
Binary 10110001 111011 10011000 0 1000011 1110 11111 100111001 110010 101110

Color Harmonies of #B13B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B98

Black with #B13B98

Text Example


Text Example

White with #B13B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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