Html Css Color HEX #B71BDC Deep Magenta

📋 copy color: '#B71BDC'

red 183 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #B71BDC

Tints of Deep Magenta #B71BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.28%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 42.56%
G = 6.28%
B = 51.16%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B71BDC (or 0xB71BDC) is known color: Deep Magenta. HEX triplet: B7, 1B and DC. RGB value is (183,27,220). Sum of RGB (Red+Green+Blue) = 183+27+220=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B71BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BDC is #48E423. Grayscale: #5F5F5F. Windows color (decimal): -4776996 or 14425015. OLE color: 14425015.

HSL color Cylindrical-coordinate representation of color #B71BDC: hue angle of 288.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71BDC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 27 220 -
CMYK 0.17 0.88 0 0.14
HSL 288.5º 0.78% 0.48% -
HSV(B) 288.5º 0.88% 0.86% -
XYZ 32.84 16.02 69.07 -
YUV 95.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 183 27 220 0.17 0.88 0 0.14 288.5 0.78 0.48
Hex B7 1B DC 11 58 0 E 120 4E 30
Octal 267 33 334 21 130 0 16 440 116 60
Binary 10110111 11011 11011100 10001 1011000 0 1110 100100000 1001110 110000

Color Harmonies of #B71BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BDC

Black with #B71BDC

Text Example


Text Example

White with #B71BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BDC; }

 p { color: rgb(183,27,220); }

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

background-color css

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

 a { background-color: rgb(183,27,220); }

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

border-color css

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

 span { border-color: rgb(183,27,220); }

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