Html Css Color HEX #B616CC Deep Magenta

📋 copy color: '#B616CC'

red 182 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #B616CC

Tints of Deep Magenta #B616CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 44.61%
G = 5.39%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B616CC (or 0xB616CC) is known color: Deep Magenta. HEX triplet: B6, 16 and CC. RGB value is (182,22,204). Sum of RGB (Red+Green+Blue) = 182+22+204=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B616CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616CC is #49E933. Grayscale: #5A5A5A. Windows color (decimal): -4843828 or 13375158. OLE color: 13375158.

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

Color convert

RGB 182 22 204 -
CMYK 0.11 0.89 0 0.2
HSL 292.75º 0.81% 0.44% -
HSV(B) 292.75º 0.89% 0.8% -
XYZ 30.48 14.88 58.39 -
YUV 90.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 182 22 204 0.11 0.89 0 0.2 292.75 0.81 0.44
Hex B6 16 CC B 59 0 14 125 51 2C
Octal 266 26 314 13 131 0 24 445 121 54
Binary 10110110 10110 11001100 1011 1011001 0 10100 100100101 1010001 101100

Color Harmonies of #B616CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616CC

Black with #B616CC

Text Example


Text Example

White with #B616CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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