Html Css Color HEX #B637A0 Medium Red Violet

📋 copy color: '#B637A0'

red 182 ◦ green 55 ◦ blue 160

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

Shades of Medium Red Violet #B637A0

Tints of Medium Red Violet #B637A0

RGB

 RED value IS 182 (71.48% from 255) = 45.84%

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 45.84%
G = 13.85%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B637A0 (or 0xB637A0) is known color: Medium Red Violet. HEX triplet: B6, 37 and A0. RGB value is (182,55,160). Sum of RGB (Red+Green+Blue) = 182+55+160=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B637A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B637A0 is #49C85F. Grayscale: #686868. Windows color (decimal): -4835424 or 10500022. OLE color: 10500022.

HSL color Cylindrical-coordinate representation of color #B637A0: hue angle of 310.39º 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 #B637A0 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 160 -
CMYK 0 0.70 0.12 0.29
HSL 310.39º 0.54% 0.46% -
HSV(B) 310.39º 0.7% 0.71% -
XYZ 27 15.22 34.77 -
YUV 104.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 182 55 160 0 0.70 0.12 0.29 310.39 0.54 0.46
Hex B6 37 A0 0 46 C 1D 136 36 2E
Octal 266 67 240 0 106 14 35 466 66 56
Binary 10110110 110111 10100000 0 1000110 1100 11101 100110110 110110 101110

Color Harmonies of #B637A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B637A0

Black with #B637A0

Text Example


Text Example

White with #B637A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B637A0; }

 p { color: rgb(182,55,160); }

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

background-color css

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

 a { background-color: rgb(182,55,160); }

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

border-color css

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

 span { border-color: rgb(182,55,160); }

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