Html Css Color HEX #B619AB Deep Magenta

📋 copy color: '#B619AB'

red 182 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B619AB

Tints of Deep Magenta #B619AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 48.15%
G = 6.61%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B619AB (or 0xB619AB) is known color: Deep Magenta. HEX triplet: B6, 19 and AB. RGB value is (182,25,171). Sum of RGB (Red+Green+Blue) = 182+25+171=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B619AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619AB is #49E654. Grayscale: #585858. Windows color (decimal): -4843093 or 11213238. OLE color: 11213238.

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

Color convert

RGB 182 25 171 -
CMYK 0 0.86 0.06 0.29
HSL 304.2º 0.76% 0.41% -
HSV(B) 304.2º 0.86% 0.71% -
XYZ 26.99 13.58 39.73 -
YUV 88.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 182 25 171 0 0.86 0.06 0.29 304.2 0.76 0.41
Hex B6 19 AB 0 56 6 1D 130 4C 29
Octal 266 31 253 0 126 6 35 460 114 51
Binary 10110110 11001 10101011 0 1010110 110 11101 100110000 1001100 101001

Color Harmonies of #B619AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619AB

Black with #B619AB

Text Example


Text Example

White with #B619AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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