Html Css Color HEX #B71ECD Deep Magenta

📋 copy color: '#B71ECD'

red 183 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #B71ECD

Tints of Deep Magenta #B71ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.18%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 43.78%
G = 7.18%
B = 49.04%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B71ECD (or 0xB71ECD) is known color: Deep Magenta. HEX triplet: B7, 1E and CD. RGB value is (183,30,205). Sum of RGB (Red+Green+Blue) = 183+30+205=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ECD is #48E132. Grayscale: #5F5F5F. Windows color (decimal): -4776243 or 13442743. OLE color: 13442743.

HSL color Cylindrical-coordinate representation of color #B71ECD: hue angle of 292.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71ECD is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 30 205 -
CMYK 0.11 0.85 0 0.20
HSL 292.46º 0.74% 0.46% -
HSV(B) 292.46º 0.85% 0.8% -
XYZ 31.01 15.4 59.1 -
YUV 95.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 183 30 205 0.11 0.85 0 0.20 292.46 0.74 0.46
Hex B7 1E CD B 55 0 14 124 4A 2E
Octal 267 36 315 13 125 0 24 444 112 56
Binary 10110111 11110 11001101 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B71ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71ECD

Black with #B71ECD

Text Example


Text Example

White with #B71ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71ECD; }

 p { color: rgb(183,30,205); }

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

background-color css

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

 a { background-color: rgb(183,30,205); }

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

border-color css

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

 span { border-color: rgb(183,30,205); }

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