#B933B6

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

Shades of Fuchsia #B933B6

Tints of Fuchsia #B933B6

Color information

#B933B6 (or 0xB933B6) is unknown color: approx Fuchsia. HEX triplet: B9, 33 and B6. RGB value is (185,51,182). Sum of RGB (Red+Green+Blue) = 185+51+182=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B933B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933B6 is #46CC49. Grayscale: #696969. Windows color (decimal): -4639818 or 11940793. OLE color: 11940793.

HSL color Cylindrical-coordinate representation of color #B933B6: hue angle of 301.34º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B933B6 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18551182-
CMYK00.720.020.27
HSL301.34º56.78%46.27%-
HSV(B)301.34º72.43%72.55%-
XYZ29.6316.0645.79-
YUV106170.89184.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=44.26%
G=12.20%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855118200.720.020.27301.3456.7846.27
HexB933B604821B12d392e
Octal2716326601102334557156
Binary1011100111001110110110010010001011011100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933B6; }

 p { color: rgb(185,51,182); }

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

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

 a { background-color: rgb(185,51,182); }

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

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

 span { border-color: rgb(185,51,182); }

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