Html Css Color HEX #B61A8A Medium Violet Red

📋 copy color: '#B61A8A'

red 182 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #B61A8A

Tints of Medium Violet Red #B61A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 52.6%
G = 7.51%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B61A8A (or 0xB61A8A) is known color: Medium Violet Red. HEX triplet: B6, 1A and 8A. RGB value is (182,26,138). Sum of RGB (Red+Green+Blue) = 182+26+138=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61A8A is #49E575. Grayscale: #555555. Windows color (decimal): -4842870 or 9050806. OLE color: 9050806.

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

Color convert

RGB 182 26 138 -
CMYK 0 0.86 0.24 0.29
HSL 316.92º 0.75% 0.41% -
HSV(B) 316.92º 0.86% 0.71% -
XYZ 24.25 12.52 25.18 -
YUV 85.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 182 26 138 0 0.86 0.24 0.29 316.92 0.75 0.41
Hex B6 1A 8A 0 56 18 1D 13D 4B 29
Octal 266 32 212 0 126 30 35 475 113 51
Binary 10110110 11010 10001010 0 1010110 11000 11101 100111101 1001011 101001

Color Harmonies of #B61A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A8A

Black with #B61A8A

Text Example


Text Example

White with #B61A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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