Html Css Color HEX #B716BB Deep Magenta

📋 copy color: '#B716BB'

red 183 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #B716BB

Tints of Deep Magenta #B716BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 46.68%
G = 5.61%
B = 47.7%

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

#B716BB (or 0xB716BB) is known color: Deep Magenta. HEX triplet: B7, 16 and BB. RGB value is (183,22,187). Sum of RGB (Red+Green+Blue) = 183+22+187=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #B716BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716BB is #48E944. Grayscale: #585858. Windows color (decimal): -4778309 or 12261047. OLE color: 12261047.

HSL color Cylindrical-coordinate representation of color #B716BB: hue angle of 298.55º 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 #B716BB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 22 187 -
CMYK 0.02 0.88 0 0.27
HSL 298.55º 0.79% 0.41% -
HSV(B) 298.55º 0.88% 0.73% -
XYZ 28.78 14.23 48.24 -
YUV 88.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 183 22 187 0.02 0.88 0 0.27 298.55 0.79 0.41
Hex B7 16 BB 2 58 0 1B 12B 4F 29
Octal 267 26 273 2 130 0 33 453 117 51
Binary 10110111 10110 10111011 10 1011000 0 11011 100101011 1001111 101001

Color Harmonies of #B716BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716BB

Black with #B716BB

Text Example


Text Example

White with #B716BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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