Html Css Color HEX #B619B2 Deep Magenta

📋 copy color: '#B619B2'

red 182 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #B619B2

Tints of Deep Magenta #B619B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.23%

R = 47.27%
G = 6.49%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B619B2 (or 0xB619B2) is known color: Deep Magenta. HEX triplet: B6, 19 and B2. RGB value is (182,25,178). Sum of RGB (Red+Green+Blue) = 182+25+178=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B619B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619B2 is #49E64D. Grayscale: #585858. Windows color (decimal): -4843086 or 11671990. OLE color: 11671990.

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

Color convert

RGB 182 25 178 -
CMYK 0 0.86 0.02 0.29
HSL 301.53º 0.76% 0.41% -
HSV(B) 301.53º 0.86% 0.71% -
XYZ 27.67 13.85 43.34 -
YUV 89.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 182 25 178 0 0.86 0.02 0.29 301.53 0.76 0.41
Hex B6 19 B2 0 56 2 1D 12E 4C 29
Octal 266 31 262 0 126 2 35 456 114 51
Binary 10110110 11001 10110010 0 1010110 10 11101 100101110 1001100 101001

Color Harmonies of #B619B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619B2

Black with #B619B2

Text Example


Text Example

White with #B619B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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