Html Css Color HEX #B036A6 Medium Red Violet

📋 copy color: '#B036A6'

red 176 ◦ green 54 ◦ blue 166

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

Shades of Medium Red Violet #B036A6

Tints of Medium Red Violet #B036A6

RGB

 RED value IS 176 (69.14% from 255) = 44.44%

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

 BLUE value IS 166 (65.23% from 255) = 41.92%

R = 44.44%
G = 13.64%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B036A6 (or 0xB036A6) is known color: Medium Red Violet. HEX triplet: B0, 36 and A6. RGB value is (176,54,166). Sum of RGB (Red+Green+Blue) = 176+54+166=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B036A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B036A6 is #4FC959. Grayscale: #666666. Windows color (decimal): -5228890 or 10892976. OLE color: 10892976.

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

Color convert

RGB 176 54 166 -
CMYK 0 0.69 0.06 0.31
HSL 304.92º 0.53% 0.45% -
HSV(B) 304.92º 0.69% 0.69% -
XYZ 26.11 14.62 37.52 -
YUV 103.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 176 54 166 0 0.69 0.06 0.31 304.92 0.53 0.45
Hex B0 36 A6 0 45 6 1F 131 35 2D
Octal 260 66 246 0 105 6 37 461 65 55
Binary 10110000 110110 10100110 0 1000101 110 11111 100110001 110101 101101

Color Harmonies of #B036A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036A6

Black with #B036A6

Text Example


Text Example

White with #B036A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036A6; }

 p { color: rgb(176,54,166); }

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

background-color css

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

 a { background-color: rgb(176,54,166); }

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

border-color css

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

 span { border-color: rgb(176,54,166); }

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