Html Css Color HEX #B436A2 Medium Red Violet

📋 copy color: '#B436A2'

red 180 ◦ green 54 ◦ blue 162

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

Shades of Medium Red Violet #B436A2

Tints of Medium Red Violet #B436A2

RGB

 RED value IS 180 (70.7% from 255) = 45.45%

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

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 45.45%
G = 13.64%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B436A2 (or 0xB436A2) is known color: Medium Red Violet. HEX triplet: B4, 36 and A2. RGB value is (180,54,162). Sum of RGB (Red+Green+Blue) = 180+54+162=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B436A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B436A2 is #4BC95D. Grayscale: #676767. Windows color (decimal): -4966750 or 10630836. OLE color: 10630836.

HSL color Cylindrical-coordinate representation of color #B436A2: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B436A2 is Cyan = 0, Magento = 0.7, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 162 -
CMYK 0 0.7 0.1 0.29
HSL 308.57º 0.54% 0.46% -
HSV(B) 308.57º 0.7% 0.71% -
XYZ 26.66 14.95 35.66 -
YUV 103.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 180 54 162 0 0.7 0.1 0.29 308.57 0.54 0.46
Hex B4 36 A2 0 46 A 1D 135 36 2E
Octal 264 66 242 0 106 12 35 465 66 56
Binary 10110100 110110 10100010 0 1000110 1010 11101 100110101 110110 101110

Color Harmonies of #B436A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436A2

Black with #B436A2

Text Example


Text Example

White with #B436A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436A2; }

 p { color: rgb(180,54,162); }

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

background-color css

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

 a { background-color: rgb(180,54,162); }

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

border-color css

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

 span { border-color: rgb(180,54,162); }

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