#B833B4

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

Shades of Fuchsia #B833B4

Tints of Fuchsia #B833B4

Color information

#B833B4 (or 0xB833B4) is unknown color: approx Fuchsia. HEX triplet: B8, 33 and B4. RGB value is (184,51,180). Sum of RGB (Red+Green+Blue) = 184+51+180=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B833B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833B4 is #47CC4B. Grayscale: #696969. Windows color (decimal): -4705356 or 11809720. OLE color: 11809720.

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

Color convert

RGB18451180-
CMYK00.720.020.28
HSL301.8º56.6%46.08%-
HSV(B)301.8º72.28%72.16%-
XYZ29.1915.8544.7-
YUV105.47170.06184.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=44.34%
G=12.29%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845118000.720.020.28301.856.646.08
HexB833B404821C12e392e
Octal2706326401102344567156
Binary1011100011001110110100010010001011100100101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833B4; }

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

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

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

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

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

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

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

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