#B827B7

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

Shades of Fuchsia #B827B7

Tints of Fuchsia #B827B7

Color information

#B827B7 (or 0xB827B7) is unknown color: approx Fuchsia. HEX triplet: B8, 27 and B7. RGB value is (184,39,183). Sum of RGB (Red+Green+Blue) = 184+39+183=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B827B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827B7 is #47D848. Grayscale: #626262. Windows color (decimal): -4708425 or 12003256. OLE color: 12003256.

HSL color Cylindrical-coordinate representation of color #B827B7: hue angle of 300.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B827B7 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18439183-
CMYK00.790.010.28
HSL300.41º65.02%43.73%-
HSV(B)300.41º78.8%72.16%-
XYZ29.0415.0646.18-
YUV98.77175.54188.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 39 (15.62% from 255) = 9.61%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=45.32%
G=9.61%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843918300.790.010.28300.4165.0243.73
HexB827B704F11C12c412c
Octal27047267011713445410154
Binary1011100010011110110111010011111111001001011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B827B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B827B7; }

 p { color: rgb(184,39,183); }

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

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

 a { background-color: rgb(184,39,183); }

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

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

 span { border-color: rgb(184,39,183); }

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