Html Css Color HEX #B641A0 Medium Red Violet

📋 copy color: '#B641A0'

red 182 ◦ green 65 ◦ blue 160

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

Shades of Medium Red Violet #B641A0

Tints of Medium Red Violet #B641A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 44.72%
G = 15.97%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B641A0 (or 0xB641A0) is known color: Medium Red Violet. HEX triplet: B6, 41 and A0. RGB value is (182,65,160). Sum of RGB (Red+Green+Blue) = 182+65+160=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B641A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641A0 is #49BE5F. Grayscale: #6E6E6E. Windows color (decimal): -4832864 or 10502582. OLE color: 10502582.

HSL color Cylindrical-coordinate representation of color #B641A0: hue angle of 311.28º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B641A0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 160 -
CMYK 0 0.64 0.12 0.29
HSL 311.28º 0.47% 0.48% -
HSV(B) 311.28º 0.64% 0.71% -
XYZ 27.53 16.26 34.95 -
YUV 110.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 182 65 160 0 0.64 0.12 0.29 311.28 0.47 0.48
Hex B6 41 A0 0 40 C 1D 137 2F 30
Octal 266 101 240 0 100 14 35 467 57 60
Binary 10110110 1000001 10100000 0 1000000 1100 11101 100110111 101111 110000

Color Harmonies of #B641A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641A0

Black with #B641A0

Text Example


Text Example

White with #B641A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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