#B233AA

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

Shades of Fuchsia #B233AA

Tints of Fuchsia #B233AA

Color information

#B233AA (or 0xB233AA) is unknown color: approx Fuchsia. HEX triplet: B2, 33 and AA. RGB value is (178,51,170). Sum of RGB (Red+Green+Blue) = 178+51+170=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B233AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B233AA is #4DCC55. Grayscale: #666666. Windows color (decimal): -5098582 or 11154354. OLE color: 11154354.

HSL color Cylindrical-coordinate representation of color #B233AA: hue angle of 303.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B233AA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17851170-
CMYK00.710.040.30
HSL303.78º55.46%44.9%-
HSV(B)303.78º71.35%69.8%-
XYZ26.814.7339.46-
YUV102.54166.08181.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=44.61%
G=12.78%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785117000.710.040.30303.7855.4644.9
HexB233AA04741E130372d
Octal2626325201074364606755
Binary10110010110011101010100100011110011110100110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233AA; }

 p { color: rgb(178,51,170); }

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

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

 a { background-color: rgb(178,51,170); }

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

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

 span { border-color: rgb(178,51,170); }

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