Html Css Color HEX #B71ACD Deep Magenta

📋 copy color: '#B71ACD'

red 183 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #B71ACD

Tints of Deep Magenta #B71ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.28%

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

R = 44.2%
G = 6.28%
B = 49.52%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B71ACD (or 0xB71ACD) is known color: Deep Magenta. HEX triplet: B7, 1A and CD. RGB value is (183,26,205). Sum of RGB (Red+Green+Blue) = 183+26+205=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ACD is #48E532. Grayscale: #5C5C5C. Windows color (decimal): -4777267 or 13441719. OLE color: 13441719.

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

Color convert

RGB 183 26 205 -
CMYK 0.11 0.87 0 0.20
HSL 292.63º 0.77% 0.45% -
HSV(B) 292.63º 0.87% 0.8% -
XYZ 30.92 15.21 59.06 -
YUV 93.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 183 26 205 0.11 0.87 0 0.20 292.63 0.77 0.45
Hex B7 1A CD B 57 0 14 125 4D 2D
Octal 267 32 315 13 127 0 24 445 115 55
Binary 10110111 11010 11001101 1011 1010111 0 10100 100100101 1001101 101101

Color Harmonies of #B71ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71ACD

Black with #B71ACD

Text Example


Text Example

White with #B71ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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