#B933B7

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

Shades of Fuchsia #B933B7

Tints of Fuchsia #B933B7

Color information

#B933B7 (or 0xB933B7) is unknown color: approx Fuchsia. HEX triplet: B9, 33 and B7. RGB value is (185,51,183). Sum of RGB (Red+Green+Blue) = 185+51+183=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B933B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933B7 is #46CC48. Grayscale: #696969. Windows color (decimal): -4639817 or 12006329. OLE color: 12006329.

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

Color convert

RGB18551183-
CMYK00.720.010.27
HSL300.9º56.78%46.27%-
HSV(B)300.9º72.43%72.55%-
XYZ29.7416.146.34-
YUV106.11171.39184.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=44.15%
G=12.17%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855118300.720.010.27300.956.7846.27
HexB933B704811B12d392e
Octal2716326701101334557156
Binary101110011100111011011101001000111011100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933B7; }

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

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

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

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

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

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

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

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