Html Css Color HEX #B619C9 Deep Magenta

📋 copy color: '#B619C9'

red 182 ◦ green 25 ◦ blue 201

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

Shades of Deep Magenta #B619C9

Tints of Deep Magenta #B619C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 44.61%
G = 6.13%
B = 49.26%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B619C9 (or 0xB619C9) is known color: Deep Magenta. HEX triplet: B6, 19 and C9. RGB value is (182,25,201). Sum of RGB (Red+Green+Blue) = 182+25+201=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #B619C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C9 is #49E636. Grayscale: #5B5B5B. Windows color (decimal): -4843063 or 13179318. OLE color: 13179318.

HSL color Cylindrical-coordinate representation of color #B619C9: hue angle of 293.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619C9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 25 201 -
CMYK 0.09 0.88 0 0.21
HSL 293.52º 0.78% 0.44% -
HSV(B) 293.52º 0.88% 0.79% -
XYZ 30.18 14.86 56.54 -
YUV 92.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 182 25 201 0.09 0.88 0 0.21 293.52 0.78 0.44
Hex B6 19 C9 9 58 0 15 126 4E 2C
Octal 266 31 311 11 130 0 25 446 116 54
Binary 10110110 11001 11001001 1001 1011000 0 10101 100100110 1001110 101100

Color Harmonies of #B619C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619C9

Black with #B619C9

Text Example


Text Example

White with #B619C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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