Html Css Color HEX #B13078 Medium Red Violet

📋 copy color: '#B13078'

red 177 ◦ green 48 ◦ blue 120

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

Shades of Medium Red Violet #B13078

Tints of Medium Red Violet #B13078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 51.3%
G = 13.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B13078 (or 0xB13078) is known color: Medium Red Violet. HEX triplet: B1, 30 and 78. RGB value is (177,48,120). Sum of RGB (Red+Green+Blue) = 177+48+120=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13078 is #4ECF87. Grayscale: #5E5E5E. Windows color (decimal): -5164936 or 7876785. OLE color: 7876785.

HSL color Cylindrical-coordinate representation of color #B13078: hue angle of 326.51º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13078 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 120 -
CMYK 0 0.73 0.32 0.31
HSL 326.51º 0.57% 0.44% -
HSV(B) 326.51º 0.73% 0.69% -
XYZ 22.58 12.82 19.05 -
YUV 94.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 177 48 120 0 0.73 0.32 0.31 326.51 0.57 0.44
Hex B1 30 78 0 49 20 1F 147 39 2C
Octal 261 60 170 0 111 40 37 507 71 54
Binary 10110001 110000 1111000 0 1001001 100000 11111 101000111 111001 101100

Color Harmonies of #B13078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13078

Black with #B13078

Text Example


Text Example

White with #B13078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13078; }

 p { color: rgb(177,48,120); }

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

background-color css

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

 a { background-color: rgb(177,48,120); }

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

border-color css

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

 span { border-color: rgb(177,48,120); }

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