#B533B7

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

Shades of Fuchsia #B533B7

Tints of Fuchsia #B533B7

Color information

#B533B7 (or 0xB533B7) is unknown color: approx Fuchsia. HEX triplet: B5, 33 and B7. RGB value is (181,51,183). Sum of RGB (Red+Green+Blue) = 181+51+183=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #B533B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533B7 is #4ACC48. Grayscale: #686868. Windows color (decimal): -4901961 or 12006325. OLE color: 12006325.

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

Color convert

RGB18151183-
CMYK0.010.7200.28
HSL299.09º56.41%45.88%-
HSV(B)299.09º72.13%71.76%-
XYZ28.7915.6146.3-
YUV104.92172.07182.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 183 (71.88% from 255) = 44.10%
R=43.61%
G=12.29%
B=44.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181511830.010.7200.28299.0956.4145.88
HexB533B714801C12b382e
Octal2656326711100344537056
Binary101101011100111011011111001000011100100101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533B7; }

 p { color: rgb(181,51,183); }

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

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

 a { background-color: rgb(181,51,183); }

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

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

 span { border-color: rgb(181,51,183); }

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