Html Css Color HEX #B616D4 Deep Magenta

📋 copy color: '#B616D4'

red 182 ◦ green 22 ◦ blue 212

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

Shades of Deep Magenta #B616D4

Tints of Deep Magenta #B616D4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

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

R = 43.75%
G = 5.29%
B = 50.96%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B616D4 (or 0xB616D4) is known color: Deep Magenta. HEX triplet: B6, 16 and D4. RGB value is (182,22,212). Sum of RGB (Red+Green+Blue) = 182+22+212=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #B616D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616D4 is #49E92B. Grayscale: #5A5A5A. Windows color (decimal): -4843820 or 13899446. OLE color: 13899446.

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

Color convert

RGB 182 22 212 -
CMYK 0.14 0.90 0 0.17
HSL 290.53º 0.81% 0.46% -
HSV(B) 290.53º 0.9% 0.83% -
XYZ 31.46 15.27 63.58 -
YUV 91.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 182 22 212 0.14 0.90 0 0.17 290.53 0.81 0.46
Hex B6 16 D4 E 5A 0 11 123 51 2E
Octal 266 26 324 16 132 0 21 443 121 56
Binary 10110110 10110 11010100 1110 1011010 0 10001 100100011 1010001 101110

Color Harmonies of #B616D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616D4

Black with #B616D4

Text Example


Text Example

White with #B616D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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