Html Css Color HEX #B716BA Deep Magenta

📋 copy color: '#B716BA'

red 183 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #B716BA

Tints of Deep Magenta #B716BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 46.8%
G = 5.63%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B716BA (or 0xB716BA) is known color: Deep Magenta. HEX triplet: B7, 16 and BA. RGB value is (183,22,186). Sum of RGB (Red+Green+Blue) = 183+22+186=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B716BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716BA is #48E945. Grayscale: #585858. Windows color (decimal): -4778310 or 12195511. OLE color: 12195511.

HSL color Cylindrical-coordinate representation of color #B716BA: hue angle of 298.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716BA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 22 186 -
CMYK 0.02 0.88 0 0.27
HSL 298.9º 0.79% 0.41% -
HSV(B) 298.9º 0.88% 0.73% -
XYZ 28.68 14.19 47.68 -
YUV 88.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 183 22 186 0.02 0.88 0 0.27 298.9 0.79 0.41
Hex B7 16 BA 2 58 0 1B 12B 4F 29
Octal 267 26 272 2 130 0 33 453 117 51
Binary 10110111 10110 10111010 10 1011000 0 11011 100101011 1001111 101001

Color Harmonies of #B716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716BA

Black with #B716BA

Text Example


Text Example

White with #B716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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