Html Css Color HEX #B619B4 Deep Magenta

📋 copy color: '#B619B4'

red 182 ◦ green 25 ◦ blue 180

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

Shades of Deep Magenta #B619B4

Tints of Deep Magenta #B619B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.51%

R = 47.03%
G = 6.46%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B619B4 (or 0xB619B4) is known color: Deep Magenta. HEX triplet: B6, 19 and B4. RGB value is (182,25,180). Sum of RGB (Red+Green+Blue) = 182+25+180=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B619B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619B4 is #49E64B. Grayscale: #595959. Windows color (decimal): -4843084 or 11803062. OLE color: 11803062.

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

Color convert

RGB 182 25 180 -
CMYK 0 0.86 0.01 0.29
HSL 300.76º 0.76% 0.41% -
HSV(B) 300.76º 0.86% 0.71% -
XYZ 27.88 13.94 44.4 -
YUV 89.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 182 25 180 0 0.86 0.01 0.29 300.76 0.76 0.41
Hex B6 19 B4 0 56 1 1D 12D 4C 29
Octal 266 31 264 0 126 1 35 455 114 51
Binary 10110110 11001 10110100 0 1010110 1 11101 100101101 1001100 101001

Color Harmonies of #B619B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619B4

Black with #B619B4

Text Example


Text Example

White with #B619B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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