Html Css Color HEX #B619AA Medium Violet Red

📋 copy color: '#B619AA'

red 182 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #B619AA

Tints of Medium Violet Red #B619AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 48.28%
G = 6.63%
B = 45.09%

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

#B619AA (or 0xB619AA) is known color: Medium Violet Red. HEX triplet: B6, 19 and AA. RGB value is (182,25,170). Sum of RGB (Red+Green+Blue) = 182+25+170=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B619AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619AA is #49E655. Grayscale: #585858. Windows color (decimal): -4843094 or 11147702. OLE color: 11147702.

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

Color convert

RGB 182 25 170 -
CMYK 0 0.86 0.07 0.29
HSL 304.59º 0.76% 0.41% -
HSV(B) 304.59º 0.86% 0.71% -
XYZ 26.89 13.54 39.23 -
YUV 88.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 182 25 170 0 0.86 0.07 0.29 304.59 0.76 0.41
Hex B6 19 AA 0 56 7 1D 131 4C 29
Octal 266 31 252 0 126 7 35 461 114 51
Binary 10110110 11001 10101010 0 1010110 111 11101 100110001 1001100 101001

Color Harmonies of #B619AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619AA

Black with #B619AA

Text Example


Text Example

White with #B619AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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