Html Css Color HEX #B71CDD Deep Magenta

📋 copy color: '#B71CDD'

red 183 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #B71CDD

Tints of Deep Magenta #B71CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 42.36%
G = 6.48%
B = 51.16%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B71CDD (or 0xB71CDD) is known color: Deep Magenta. HEX triplet: B7, 1C and DD. RGB value is (183,28,221). Sum of RGB (Red+Green+Blue) = 183+28+221=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B71CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CDD is #48E322. Grayscale: #5F5F5F. Windows color (decimal): -4776739 or 14490807. OLE color: 14490807.

HSL color Cylindrical-coordinate representation of color #B71CDD: hue angle of 288.19º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71CDD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 28 221 -
CMYK 0.17 0.87 0 0.13
HSL 288.19º 0.78% 0.49% -
HSV(B) 288.19º 0.87% 0.87% -
XYZ 32.99 16.12 69.78 -
YUV 96.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 183 28 221 0.17 0.87 0 0.13 288.19 0.78 0.49
Hex B7 1C DD 11 57 0 D 120 4E 31
Octal 267 34 335 21 127 0 15 440 116 61
Binary 10110111 11100 11011101 10001 1010111 0 1101 100100000 1001110 110001

Color Harmonies of #B71CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CDD

Black with #B71CDD

Text Example


Text Example

White with #B71CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CDD; }

 p { color: rgb(183,28,221); }

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

background-color css

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

 a { background-color: rgb(183,28,221); }

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

border-color css

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

 span { border-color: rgb(183,28,221); }

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