#B633BA

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

Shades of Fuchsia #B633BA

Tints of Fuchsia #B633BA

Color information

#B633BA (or 0xB633BA) is unknown color: approx Fuchsia. HEX triplet: B6, 33 and BA. RGB value is (182,51,186). Sum of RGB (Red+Green+Blue) = 182+51+186=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B633BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633BA is #49CC45. Grayscale: #696969. Windows color (decimal): -4836422 or 12202934. OLE color: 12202934.

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

Color convert

RGB18251186-
CMYK0.020.7300.27
HSL298.22º56.96%46.47%-
HSV(B)298.22º72.58%72.94%-
XYZ29.3415.8647.97-
YUV105.56173.4182.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=43.44%
G=12.17%
B=44.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182511860.020.7300.27298.2256.9646.47
HexB633BA24901B12a392e
Octal2666327221110334527156
Binary1011011011001110111010101001001011011100101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B633BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B633BA; }

 p { color: rgb(182,51,186); }

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

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

 a { background-color: rgb(182,51,186); }

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

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

 span { border-color: rgb(182,51,186); }

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