Html Css Color HEX #B13875 Medium Red Violet

📋 copy color: '#B13875'

red 177 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #B13875

Tints of Medium Red Violet #B13875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 50.57%
G = 16%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B13875 (or 0xB13875) is known color: Medium Red Violet. HEX triplet: B1, 38 and 75. RGB value is (177,56,117). Sum of RGB (Red+Green+Blue) = 177+56+117=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B13875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13875 is #4EC78A. Grayscale: #636363. Windows color (decimal): -5162891 or 7682225. OLE color: 7682225.

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

Color convert

RGB 177 56 117 -
CMYK 0 0.68 0.34 0.31
HSL 329.75º 0.52% 0.46% -
HSV(B) 329.75º 0.68% 0.69% -
XYZ 22.76 13.46 18.23 -
YUV 99.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 177 56 117 0 0.68 0.34 0.31 329.75 0.52 0.46
Hex B1 38 75 0 44 22 1F 14A 34 2E
Octal 261 70 165 0 104 42 37 512 64 56
Binary 10110001 111000 1110101 0 1000100 100010 11111 101001010 110100 101110

Color Harmonies of #B13875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13875

Black with #B13875

Text Example


Text Example

White with #B13875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13875; }

 p { color: rgb(177,56,117); }

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

background-color css

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

 a { background-color: rgb(177,56,117); }

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

border-color css

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

 span { border-color: rgb(177,56,117); }

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