#B71FCB

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

Shades of Deep Magenta #B71FCB

Tints of Deep Magenta #B71FCB

Color information

#B71FCB (or 0xB71FCB) is unknown color: approx Deep Magenta. HEX triplet: B7, 1F and CB. RGB value is (183,31,203). Sum of RGB (Red+Green+Blue) = 183+31+203=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #B71FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FCB is #48E034. Grayscale: #5F5F5F. Windows color (decimal): -4775989 or 13311927. OLE color: 13311927.

HSL color Cylindrical-coordinate representation of color #B71FCB: hue angle of 293.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71FCB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18331203-
CMYK0.100.8500.20
HSL293.02º73.5%45.88%-
HSV(B)293.02º84.73%79.61%-
XYZ30.815.3657.84-
YUV96.06188.36190.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 31 (12.5% from 255) = 7.43%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=43.88%
G=7.43%
B=48.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183312030.100.8500.20293.0273.545.88
HexB71FCBA550141254a2e
Octal267373131212502444511256
Binary101101111111111001011101010101010101001001001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71FCB; }

 p { color: rgb(183,31,203); }

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

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

 a { background-color: rgb(183,31,203); }

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

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

 span { border-color: rgb(183,31,203); }

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