Html Css Color HEX #B619D4 Deep Magenta

📋 copy color: '#B619D4'

red 182 ◦ green 25 ◦ blue 212

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

Shades of Deep Magenta #B619D4

Tints of Deep Magenta #B619D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.6%

R = 43.44%
G = 5.97%
B = 50.6%

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

#B619D4 (or 0xB619D4) is known color: Deep Magenta. HEX triplet: B6, 19 and D4. RGB value is (182,25,212). Sum of RGB (Red+Green+Blue) = 182+25+212=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #B619D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619D4 is #49E62B. Grayscale: #5C5C5C. Windows color (decimal): -4843052 or 13900214. OLE color: 13900214.

HSL color Cylindrical-coordinate representation of color #B619D4: hue angle of 290.37º 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 #B619D4 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 25 212 -
CMYK 0.14 0.88 0 0.17
HSL 290.37º 0.79% 0.46% -
HSV(B) 290.37º 0.88% 0.83% -
XYZ 31.52 15.39 63.6 -
YUV 93.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 182 25 212 0.14 0.88 0 0.17 290.37 0.79 0.46
Hex B6 19 D4 E 58 0 11 122 4F 2E
Octal 266 31 324 16 130 0 21 442 117 56
Binary 10110110 11001 11010100 1110 1011000 0 10001 100100010 1001111 101110

Color Harmonies of #B619D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619D4

Black with #B619D4

Text Example


Text Example

White with #B619D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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