Html Css Color HEX #B130A0 Medium Red Violet

📋 copy color: '#B130A0'

red 177 ◦ green 48 ◦ blue 160

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

Shades of Medium Red Violet #B130A0

Tints of Medium Red Violet #B130A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 45.97%
G = 12.47%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B130A0 (or 0xB130A0) is known color: Medium Red Violet. HEX triplet: B1, 30 and A0. RGB value is (177,48,160). Sum of RGB (Red+Green+Blue) = 177+48+160=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B130A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130A0 is #4ECF5F. Grayscale: #636363. Windows color (decimal): -5164896 or 10498225. OLE color: 10498225.

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

Color convert

RGB 177 48 160 -
CMYK 0 0.73 0.10 0.31
HSL 307.91º 0.57% 0.44% -
HSV(B) 307.91º 0.73% 0.69% -
XYZ 25.53 14 34.61 -
YUV 99.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 177 48 160 0 0.73 0.10 0.31 307.91 0.57 0.44
Hex B1 30 A0 0 49 A 1F 134 39 2C
Octal 261 60 240 0 111 12 37 464 71 54
Binary 10110001 110000 10100000 0 1001001 1010 11111 100110100 111001 101100

Color Harmonies of #B130A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130A0

Black with #B130A0

Text Example


Text Example

White with #B130A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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