Html Css Color HEX #B136A4 Medium Red Violet

📋 copy color: '#B136A4'

red 177 ◦ green 54 ◦ blue 164

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

Shades of Medium Red Violet #B136A4

Tints of Medium Red Violet #B136A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 44.81%
G = 13.67%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B136A4 (or 0xB136A4) is known color: Medium Red Violet. HEX triplet: B1, 36 and A4. RGB value is (177,54,164). Sum of RGB (Red+Green+Blue) = 177+54+164=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A4 is #4EC95B. Grayscale: #676767. Windows color (decimal): -5163356 or 10761905. OLE color: 10761905.

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

Color convert

RGB 177 54 164 -
CMYK 0 0.69 0.07 0.31
HSL 306.34º 0.53% 0.45% -
HSV(B) 306.34º 0.69% 0.69% -
XYZ 26.15 14.67 36.57 -
YUV 103.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 177 54 164 0 0.69 0.07 0.31 306.34 0.53 0.45
Hex B1 36 A4 0 45 7 1F 132 35 2D
Octal 261 66 244 0 105 7 37 462 65 55
Binary 10110001 110110 10100100 0 1000101 111 11111 100110010 110101 101101

Color Harmonies of #B136A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136A4

Black with #B136A4

Text Example


Text Example

White with #B136A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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