Html Css Color HEX #B13E8E Medium Red Violet

📋 copy color: '#B13E8E'

red 177 ◦ green 62 ◦ blue 142

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

Shades of Medium Red Violet #B13E8E

Tints of Medium Red Violet #B13E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.27%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 46.46%
G = 16.27%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B13E8E (or 0xB13E8E) is known color: Medium Red Violet. HEX triplet: B1, 3E and 8E. RGB value is (177,62,142). Sum of RGB (Red+Green+Blue) = 177+62+142=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E8E is #4EC171. Grayscale: #696969. Windows color (decimal): -5161330 or 9322161. OLE color: 9322161.

HSL color Cylindrical-coordinate representation of color #B13E8E: hue angle of 318.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E8E is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 142 -
CMYK 0 0.65 0.20 0.31
HSL 318.26º 0.48% 0.47% -
HSV(B) 318.26º 0.65% 0.69% -
XYZ 24.74 14.75 27.13 -
YUV 105.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 177 62 142 0 0.65 0.20 0.31 318.26 0.48 0.47
Hex B1 3E 8E 0 41 14 1F 13E 30 2F
Octal 261 76 216 0 101 24 37 476 60 57
Binary 10110001 111110 10001110 0 1000001 10100 11111 100111110 110000 101111

Color Harmonies of #B13E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E8E

Black with #B13E8E

Text Example


Text Example

White with #B13E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E8E; }

 p { color: rgb(177,62,142); }

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

background-color css

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

 a { background-color: rgb(177,62,142); }

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

border-color css

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

 span { border-color: rgb(177,62,142); }

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