#B872C2

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

Shades of Fuchsia #B872C2

Tints of Fuchsia #B872C2

Color information

#B872C2 (or 0xB872C2) is unknown color: approx Fuchsia. HEX triplet: B8, 72 and C2. RGB value is (184,114,194). Sum of RGB (Red+Green+Blue) = 184+114+194=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #B872C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872C2 is #478D3D. Grayscale: #8F8F8F. Windows color (decimal): -4689214 or 12743352. OLE color: 12743352.

HSL color Cylindrical-coordinate representation of color #B872C2: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B872C2 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184114194-
CMYK0.050.4100.24
HSL292.5º39.6%60.39%-
HSV(B)292.5º41.24%76.08%-
XYZ35.5226.1254.21-
YUV144.05156.19156.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=37.40%
G=23.17%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841141940.050.4100.24292.539.660.39
HexB872C2529018124283c
Octal2701623025510304445074
Binary10111000111001011000010101101001011000100100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872C2; }

 p { color: rgb(184,114,194); }

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

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

 a { background-color: rgb(184,114,194); }

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

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

 span { border-color: rgb(184,114,194); }

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