Html Css Color HEX #B61AAA Medium Violet Red

📋 copy color: '#B61AAA'

red 182 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #B61AAA

Tints of Medium Violet Red #B61AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 48.15%
G = 6.88%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B61AAA (or 0xB61AAA) is known color: Medium Violet Red. HEX triplet: B6, 1A and AA. RGB value is (182,26,170). Sum of RGB (Red+Green+Blue) = 182+26+170=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AAA is #49E555. Grayscale: #585858. Windows color (decimal): -4842838 or 11147958. OLE color: 11147958.

HSL color Cylindrical-coordinate representation of color #B61AAA: hue angle of 304.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61AAA is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 170 -
CMYK 0 0.86 0.07 0.29
HSL 304.62º 0.75% 0.41% -
HSV(B) 304.62º 0.86% 0.71% -
XYZ 26.92 13.59 39.23 -
YUV 89.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 182 26 170 0 0.86 0.07 0.29 304.62 0.75 0.41
Hex B6 1A AA 0 56 7 1D 131 4B 29
Octal 266 32 252 0 126 7 35 461 113 51
Binary 10110110 11010 10101010 0 1010110 111 11101 100110001 1001011 101001

Color Harmonies of #B61AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AAA

Black with #B61AAA

Text Example


Text Example

White with #B61AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AAA; }

 p { color: rgb(182,26,170); }

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

background-color css

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

 a { background-color: rgb(182,26,170); }

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

border-color css

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

 span { border-color: rgb(182,26,170); }

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