#B933BA

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

Shades of Fuchsia #B933BA

Tints of Fuchsia #B933BA

Color information

#B933BA (or 0xB933BA) is unknown color: approx Fuchsia. HEX triplet: B9, 33 and BA. RGB value is (185,51,186). Sum of RGB (Red+Green+Blue) = 185+51+186=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B933BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933BA is #46CC45. Grayscale: #6A6A6A. Windows color (decimal): -4639814 or 12202937. OLE color: 12202937.

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

Color convert

RGB18551186-
CMYK0.010.7300.27
HSL299.56º56.96%46.47%-
HSV(B)299.56º72.58%72.94%-
XYZ30.0516.2348-
YUV106.46172.89184.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 51 (20.31% from 255) = 12.09%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=43.84%
G=12.09%
B=44.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185511860.010.7300.27299.5656.9646.47
HexB933BA14901B12c392e
Octal2716327211110334547156
Binary101110011100111011101011001001011011100101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933BA; }

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

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

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

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

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

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

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

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