Html Css Color HEX #B716CC Deep Magenta

📋 copy color: '#B716CC'

red 183 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #B716CC

Tints of Deep Magenta #B716CC

RGB

 RED value IS 183 (71.88% from 255) = 44.74%

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

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

R = 44.74%
G = 5.38%
B = 49.88%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B716CC (or 0xB716CC) is known color: Deep Magenta. HEX triplet: B7, 16 and CC. RGB value is (183,22,204). Sum of RGB (Red+Green+Blue) = 183+22+204=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #B716CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716CC is #48E933. Grayscale: #5A5A5A. Windows color (decimal): -4778292 or 13375159. OLE color: 13375159.

HSL color Cylindrical-coordinate representation of color #B716CC: hue angle of 293.08º 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 #B716CC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 22 204 -
CMYK 0.10 0.89 0 0.2
HSL 293.08º 0.81% 0.44% -
HSV(B) 293.08º 0.89% 0.8% -
XYZ 30.71 15 58.4 -
YUV 90.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 183 22 204 0.10 0.89 0 0.2 293.08 0.81 0.44
Hex B7 16 CC A 59 0 14 125 51 2C
Octal 267 26 314 12 131 0 24 445 121 54
Binary 10110111 10110 11001100 1010 1011001 0 10100 100100101 1010001 101100

Color Harmonies of #B716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716CC

Black with #B716CC

Text Example


Text Example

White with #B716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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