Html Css Color HEX #B619A8 Medium Violet Red

📋 copy color: '#B619A8'

red 182 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #B619A8

Tints of Medium Violet Red #B619A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 48.53%
G = 6.67%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B619A8 (or 0xB619A8) is known color: Medium Violet Red. HEX triplet: B6, 19 and A8. RGB value is (182,25,168). Sum of RGB (Red+Green+Blue) = 182+25+168=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B619A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619A8 is #49E657. Grayscale: #575757. Windows color (decimal): -4843096 or 11016630. OLE color: 11016630.

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

Color convert

RGB 182 25 168 -
CMYK 0 0.86 0.08 0.29
HSL 305.35º 0.76% 0.41% -
HSV(B) 305.35º 0.86% 0.71% -
XYZ 26.71 13.47 38.24 -
YUV 88.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 182 25 168 0 0.86 0.08 0.29 305.35 0.76 0.41
Hex B6 19 A8 0 56 8 1D 131 4C 29
Octal 266 31 250 0 126 10 35 461 114 51
Binary 10110110 11001 10101000 0 1010110 1000 11101 100110001 1001100 101001

Color Harmonies of #B619A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619A8

Black with #B619A8

Text Example


Text Example

White with #B619A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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