Html Css Color HEX #B616DA Deep Magenta

📋 copy color: '#B616DA'

red 182 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #B616DA

Tints of Deep Magenta #B616DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 43.13%
G = 5.21%
B = 51.66%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B616DA (or 0xB616DA) is known color: Deep Magenta. HEX triplet: B6, 16 and DA. RGB value is (182,22,218). Sum of RGB (Red+Green+Blue) = 182+22+218=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #B616DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616DA is #49E925. Grayscale: #5B5B5B. Windows color (decimal): -4843814 or 14292662. OLE color: 14292662.

HSL color Cylindrical-coordinate representation of color #B616DA: hue angle of 288.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616DA is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 22 218 -
CMYK 0.17 0.90 0 0.15
HSL 288.98º 0.82% 0.47% -
HSV(B) 288.98º 0.9% 0.85% -
XYZ 32.23 15.58 67.64 -
YUV 92.18 199.01 192.06 -
System Red Green Blue C M Y K H S L
Decimal 182 22 218 0.17 0.90 0 0.15 288.98 0.82 0.47
Hex B6 16 DA 11 5A 0 F 121 52 2F
Octal 266 26 332 21 132 0 17 441 122 57
Binary 10110110 10110 11011010 10001 1011010 0 1111 100100001 1010010 101111

Color Harmonies of #B616DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616DA

Black with #B616DA

Text Example


Text Example

White with #B616DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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