Html Css Color HEX #B616CD Deep Magenta

📋 copy color: '#B616CD'

red 182 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #B616CD

Tints of Deep Magenta #B616CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 44.5%
G = 5.38%
B = 50.12%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B616CD (or 0xB616CD) is known color: Deep Magenta. HEX triplet: B6, 16 and CD. RGB value is (182,22,205). Sum of RGB (Red+Green+Blue) = 182+22+205=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B616CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616CD is #49E932. Grayscale: #5A5A5A. Windows color (decimal): -4843827 or 13440694. OLE color: 13440694.

HSL color Cylindrical-coordinate representation of color #B616CD: hue angle of 292.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B616CD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 22 205 -
CMYK 0.11 0.89 0 0.20
HSL 292.46º 0.81% 0.45% -
HSV(B) 292.46º 0.89% 0.8% -
XYZ 30.6 14.93 59.03 -
YUV 90.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 182 22 205 0.11 0.89 0 0.20 292.46 0.81 0.45
Hex B6 16 CD B 59 0 14 124 51 2D
Octal 266 26 315 13 131 0 24 444 121 55
Binary 10110110 10110 11001101 1011 1011001 0 10100 100100100 1010001 101101

Color Harmonies of #B616CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616CD

Black with #B616CD

Text Example


Text Example

White with #B616CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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