Html Css Color HEX #B134A0 Medium Red Violet

📋 copy color: '#B134A0'

red 177 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #B134A0

Tints of Medium Red Violet #B134A0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

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

R = 45.5%
G = 13.37%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B134A0 (or 0xB134A0) is known color: Medium Red Violet. HEX triplet: B1, 34 and A0. RGB value is (177,52,160). Sum of RGB (Red+Green+Blue) = 177+52+160=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B134A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B134A0 is #4ECB5F. Grayscale: #656565. Windows color (decimal): -5163872 or 10499249. OLE color: 10499249.

HSL color Cylindrical-coordinate representation of color #B134A0: hue angle of 308.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B134A0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 160 -
CMYK 0 0.71 0.10 0.31
HSL 308.16º 0.55% 0.45% -
HSV(B) 308.16º 0.71% 0.69% -
XYZ 25.7 14.34 34.67 -
YUV 101.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 177 52 160 0 0.71 0.10 0.31 308.16 0.55 0.45
Hex B1 34 A0 0 47 A 1F 134 37 2D
Octal 261 64 240 0 107 12 37 464 67 55
Binary 10110001 110100 10100000 0 1000111 1010 11111 100110100 110111 101101

Color Harmonies of #B134A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134A0

Black with #B134A0

Text Example


Text Example

White with #B134A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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