Html Css Color HEX #B71AC0 Deep Magenta

📋 copy color: '#B71AC0'

red 183 ◦ green 26 ◦ blue 192

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

Shades of Deep Magenta #B71AC0

Tints of Deep Magenta #B71AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 45.64%
G = 6.48%
B = 47.88%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B71AC0 (or 0xB71AC0) is known color: Deep Magenta. HEX triplet: B7, 1A and C0. RGB value is (183,26,192). Sum of RGB (Red+Green+Blue) = 183+26+192=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #B71AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AC0 is #48E53F. Grayscale: #5B5B5B. Windows color (decimal): -4777280 or 12589751. OLE color: 12589751.

HSL color Cylindrical-coordinate representation of color #B71AC0: hue angle of 296.75º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AC0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 26 192 -
CMYK 0.05 0.86 0 0.25
HSL 296.75º 0.76% 0.43% -
HSV(B) 296.75º 0.86% 0.75% -
XYZ 29.41 14.61 51.14 -
YUV 91.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 183 26 192 0.05 0.86 0 0.25 296.75 0.76 0.43
Hex B7 1A C0 5 56 0 19 129 4C 2B
Octal 267 32 300 5 126 0 31 451 114 53
Binary 10110111 11010 11000000 101 1010110 0 11001 100101001 1001100 101011

Color Harmonies of #B71AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AC0

Black with #B71AC0

Text Example


Text Example

White with #B71AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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