#b71ccf

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

Shades of Deep Magenta #B71CCF

Tints of Deep Magenta #B71CCF

Color information

#B71CCF (or 0xB71CCF) is unknown color: approx Deep Magenta. HEX triplet: B7, 1C and CF. RGB value is (183,28,207). Sum of RGB (Red+Green+Blue) = 183+28+207=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B71CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CCF is #48E330. Grayscale: #5E5E5E. Windows color (decimal): -4776753 or 13573303. OLE color: 13573303.

HSL color Cylindrical-coordinate representation of color #B71CCF: hue angle of 291.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71CCF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18328207-
CMYK0.120.8600.19
HSL291.96º76.17%46.08%-
HSV(B)291.96º86.47%81.18%-
XYZ31.2115.460.36-
YUV94.75191.35190.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 28 (11.33% from 255) = 6.70%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=43.78%
G=6.70%
B=49.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183282070.120.8600.19291.9676.1746.08
HexB71CCFC560131244c2e
Octal267343171412602344411456
Binary101101111110011001111110010101100100111001001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71ccf; }

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

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

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

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

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

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

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

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