Html Css Color HEX #B619BA Deep Magenta

📋 copy color: '#B619BA'

red 182 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #B619BA

Tints of Deep Magenta #B619BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 46.31%
G = 6.36%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B619BA (or 0xB619BA) is known color: Deep Magenta. HEX triplet: B6, 19 and BA. RGB value is (182,25,186). Sum of RGB (Red+Green+Blue) = 182+25+186=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #B619BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619BA is #49E645. Grayscale: #595959. Windows color (decimal): -4843078 or 12196278. OLE color: 12196278.

HSL color Cylindrical-coordinate representation of color #B619BA: hue angle of 298.51º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619BA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 25 186 -
CMYK 0.02 0.87 0 0.27
HSL 298.51º 0.76% 0.41% -
HSV(B) 298.51º 0.87% 0.73% -
XYZ 28.5 14.19 47.69 -
YUV 90.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 182 25 186 0.02 0.87 0 0.27 298.51 0.76 0.41
Hex B6 19 BA 2 57 0 1B 12B 4C 29
Octal 266 31 272 2 127 0 33 453 114 51
Binary 10110110 11001 10111010 10 1010111 0 11011 100101011 1001100 101001

Color Harmonies of #B619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619BA

Black with #B619BA

Text Example


Text Example

White with #B619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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