#B833B9

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

Shades of Fuchsia #B833B9

Tints of Fuchsia #B833B9

Color information

#B833B9 (or 0xB833B9) is unknown color: approx Fuchsia. HEX triplet: B8, 33 and B9. RGB value is (184,51,185). Sum of RGB (Red+Green+Blue) = 184+51+185=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #B833B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833B9 is #47CC46. Grayscale: #696969. Windows color (decimal): -4705351 or 12137400. OLE color: 12137400.

HSL color Cylindrical-coordinate representation of color #B833B9: hue angle of 299.55º 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 #B833B9 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18451185-
CMYK0.010.7200.27
HSL299.55º56.78%46.27%-
HSV(B)299.55º72.43%72.55%-
XYZ29.7116.0647.43-
YUV106.04172.56183.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=43.81%
G=12.14%
B=44.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184511850.010.7200.27299.5556.7846.27
HexB833B914801B12c392e
Octal2706327111100334547156
Binary101110001100111011100111001000011011100101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833B9; }

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

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

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

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

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

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

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

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