Html Css Color HEX #B619B0 Deep Magenta

📋 copy color: '#B619B0'

red 182 ◦ green 25 ◦ blue 176

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

Shades of Deep Magenta #B619B0

Tints of Deep Magenta #B619B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 47.52%
G = 6.53%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B619B0 (or 0xB619B0) is known color: Deep Magenta. HEX triplet: B6, 19 and B0. RGB value is (182,25,176). Sum of RGB (Red+Green+Blue) = 182+25+176=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B619B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619B0 is #49E64F. Grayscale: #585858. Windows color (decimal): -4843088 or 11540918. OLE color: 11540918.

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

Color convert

RGB 182 25 176 -
CMYK 0 0.86 0.03 0.29
HSL 302.29º 0.76% 0.41% -
HSV(B) 302.29º 0.86% 0.71% -
XYZ 27.48 13.77 42.29 -
YUV 89.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 182 25 176 0 0.86 0.03 0.29 302.29 0.76 0.41
Hex B6 19 B0 0 56 3 1D 12E 4C 29
Octal 266 31 260 0 126 3 35 456 114 51
Binary 10110110 11001 10110000 0 1010110 11 11101 100101110 1001100 101001

Color Harmonies of #B619B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619B0

Black with #B619B0

Text Example


Text Example

White with #B619B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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