Html Css Color HEX #B136A0 Medium Red Violet

📋 copy color: '#B136A0'

red 177 ◦ green 54 ◦ blue 160

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

Shades of Medium Red Violet #B136A0

Tints of Medium Red Violet #B136A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

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

R = 45.27%
G = 13.81%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B136A0 (or 0xB136A0) is known color: Medium Red Violet. HEX triplet: B1, 36 and A0. RGB value is (177,54,160). Sum of RGB (Red+Green+Blue) = 177+54+160=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A0 is #4EC95F. Grayscale: #666666. Windows color (decimal): -5163360 or 10499761. OLE color: 10499761.

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

Color convert

RGB 177 54 160 -
CMYK 0 0.69 0.10 0.31
HSL 308.29º 0.53% 0.45% -
HSV(B) 308.29º 0.69% 0.69% -
XYZ 25.8 14.52 34.7 -
YUV 102.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 177 54 160 0 0.69 0.10 0.31 308.29 0.53 0.45
Hex B1 36 A0 0 45 A 1F 134 35 2D
Octal 261 66 240 0 105 12 37 464 65 55
Binary 10110001 110110 10100000 0 1000101 1010 11111 100110100 110101 101101

Color Harmonies of #B136A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136A0

Black with #B136A0

Text Example


Text Example

White with #B136A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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