Html Css Color HEX #B619D3 Deep Magenta

📋 copy color: '#B619D3'

red 182 ◦ green 25 ◦ blue 211

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

Shades of Deep Magenta #B619D3

Tints of Deep Magenta #B619D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.48%

R = 43.54%
G = 5.98%
B = 50.48%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B619D3 (or 0xB619D3) is known color: Deep Magenta. HEX triplet: B6, 19 and D3. RGB value is (182,25,211). Sum of RGB (Red+Green+Blue) = 182+25+211=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #B619D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619D3 is #49E62C. Grayscale: #5C5C5C. Windows color (decimal): -4843053 or 13834678. OLE color: 13834678.

HSL color Cylindrical-coordinate representation of color #B619D3: hue angle of 290.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619D3 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 25 211 -
CMYK 0.14 0.88 0 0.17
HSL 290.65º 0.79% 0.46% -
HSV(B) 290.65º 0.88% 0.83% -
XYZ 31.4 15.34 62.93 -
YUV 93.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 182 25 211 0.14 0.88 0 0.17 290.65 0.79 0.46
Hex B6 19 D3 E 58 0 11 123 4F 2E
Octal 266 31 323 16 130 0 21 443 117 56
Binary 10110110 11001 11010011 1110 1011000 0 10001 100100011 1001111 101110

Color Harmonies of #B619D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619D3

Black with #B619D3

Text Example


Text Example

White with #B619D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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