#B71CBE

Color #B71CBE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B71CBE

Tints of Deep Magenta #B71CBE

Color information

#B71CBE (or 0xB71CBE) is unknown color: approx Deep Magenta. HEX triplet: B7, 1C and BE. RGB value is (183,28,190). Sum of RGB (Red+Green+Blue) = 183+28+190=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B71CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CBE is #48E341. Grayscale: #5C5C5C. Windows color (decimal): -4776770 or 12459191. OLE color: 12459191.

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

Color convert

RGB18328190-
CMYK0.040.8500.25
HSL297.41º74.31%42.75%-
HSV(B)297.41º85.26%74.51%-
XYZ29.2414.6250-
YUV92.81182.85192.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 28 (11.33% from 255) = 6.98%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=45.64%
G=6.98%
B=47.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183281900.040.8500.25297.4174.3142.75
HexB71CBE4550191294a2b
Octal26734276412503145111253
Binary10110111111001011111010010101010110011001010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71CBE; }

 p { color: rgb(183,28,190); }

 H1.HeaderClassName
 {
   color: #B71CBE;
 }
 .AnyTagClassName
 {
   color: #B71CBE;
 }
</style>
background-color css

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

 a { background-color: rgb(183,28,190); }

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

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

 span { border-color: rgb(183,28,190); }

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