Html Css Color HEX #B716B2 Deep Magenta

📋 copy color: '#B716B2'

red 183 ◦ green 22 ◦ blue 178

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

Shades of Deep Magenta #B716B2

Tints of Deep Magenta #B716B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 47.78%
G = 5.74%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B716B2 (or 0xB716B2) is known color: Deep Magenta. HEX triplet: B7, 16 and B2. RGB value is (183,22,178). Sum of RGB (Red+Green+Blue) = 183+22+178=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B716B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B716B2 is #48E94D. Grayscale: #575757. Windows color (decimal): -4778318 or 11671223. OLE color: 11671223.

HSL color Cylindrical-coordinate representation of color #B716B2: hue angle of 301.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716B2 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 178 -
CMYK 0 0.88 0.03 0.28
HSL 301.86º 0.79% 0.4% -
HSV(B) 301.86º 0.88% 0.72% -
XYZ 27.85 13.86 43.33 -
YUV 87.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 183 22 178 0 0.88 0.03 0.28 301.86 0.79 0.4
Hex B7 16 B2 0 58 3 1C 12E 4F 28
Octal 267 26 262 0 130 3 34 456 117 50
Binary 10110111 10110 10110010 0 1011000 11 11100 100101110 1001111 101000

Color Harmonies of #B716B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716B2

Black with #B716B2

Text Example


Text Example

White with #B716B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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