Html Css Color HEX #B71DCE Deep Magenta

📋 copy color: '#B71DCE'

red 183 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #B71DCE

Tints of Deep Magenta #B71DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 43.78%
G = 6.94%
B = 49.28%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B71DCE (or 0xB71DCE) is known color: Deep Magenta. HEX triplet: B7, 1D and CE. RGB value is (183,29,206). Sum of RGB (Red+Green+Blue) = 183+29+206=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B71DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DCE is #48E231. Grayscale: #5E5E5E. Windows color (decimal): -4776498 or 13508023. OLE color: 13508023.

HSL color Cylindrical-coordinate representation of color #B71DCE: hue angle of 292.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71DCE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 29 206 -
CMYK 0.11 0.86 0 0.19
HSL 292.2º 0.75% 0.46% -
HSV(B) 292.2º 0.86% 0.81% -
XYZ 31.11 15.4 59.73 -
YUV 95.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 183 29 206 0.11 0.86 0 0.19 292.2 0.75 0.46
Hex B7 1D CE B 56 0 13 124 4B 2E
Octal 267 35 316 13 126 0 23 444 113 56
Binary 10110111 11101 11001110 1011 1010110 0 10011 100100100 1001011 101110

Color Harmonies of #B71DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DCE

Black with #B71DCE

Text Example


Text Example

White with #B71DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DCE; }

 p { color: rgb(183,29,206); }

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

background-color css

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

 a { background-color: rgb(183,29,206); }

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

border-color css

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

 span { border-color: rgb(183,29,206); }

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