#B733B1

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

Shades of Fuchsia #B733B1

Tints of Fuchsia #B733B1

Color information

#B733B1 (or 0xB733B1) is unknown color: approx Fuchsia. HEX triplet: B7, 33 and B1. RGB value is (183,51,177). Sum of RGB (Red+Green+Blue) = 183+51+177=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B733B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B733B1 is #48CC4E. Grayscale: #686868. Windows color (decimal): -4770895 or 11613111. OLE color: 11613111.

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

Color convert

RGB18351177-
CMYK00.720.030.28
HSL302.73º56.41%45.88%-
HSV(B)302.73º72.13%71.76%-
XYZ28.6515.6143.1-
YUV104.83168.73183.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 177 (69.53% from 255) = 43.07%
R=44.53%
G=12.41%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835117700.720.030.28302.7356.4145.88
HexB733B104831C12f382e
Octal2676326101103344577056
Binary1011011111001110110001010010001111100100101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B733B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B733B1; }

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

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

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

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

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

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

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

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