Html Css Color HEX #B13070 Medium Red Violet

📋 copy color: '#B13070'

red 177 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #B13070

Tints of Medium Red Violet #B13070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 52.52%
G = 14.24%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B13070 (or 0xB13070) is known color: Medium Red Violet. HEX triplet: B1, 30 and 70. RGB value is (177,48,112). Sum of RGB (Red+Green+Blue) = 177+48+112=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13070 is #4ECF8F. Grayscale: #5D5D5D. Windows color (decimal): -5164944 or 7352497. OLE color: 7352497.

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

Color convert

RGB 177 48 112 -
CMYK 0 0.73 0.37 0.31
HSL 330.23º 0.57% 0.44% -
HSV(B) 330.23º 0.73% 0.69% -
XYZ 22.11 12.63 16.6 -
YUV 93.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 177 48 112 0 0.73 0.37 0.31 330.23 0.57 0.44
Hex B1 30 70 0 49 25 1F 14A 39 2C
Octal 261 60 160 0 111 45 37 512 71 54
Binary 10110001 110000 1110000 0 1001001 100101 11111 101001010 111001 101100

Color Harmonies of #B13070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13070

Black with #B13070

Text Example


Text Example

White with #B13070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13070; }

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

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

background-color css

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

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

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

border-color css

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

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

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