#B632B8

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

Shades of Fuchsia #B632B8

Tints of Fuchsia #B632B8

Color information

#B632B8 (or 0xB632B8) is unknown color: approx Fuchsia. HEX triplet: B6, 32 and B8. RGB value is (182,50,184). Sum of RGB (Red+Green+Blue) = 182+50+184=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #B632B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632B8 is #49CD47. Grayscale: #686868. Windows color (decimal): -4836680 or 12071606. OLE color: 12071606.

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

Color convert

RGB18250184-
CMYK0.010.7300.28
HSL299.1º57.26%45.88%-
HSV(B)299.1º72.83%72.16%-
XYZ29.0815.6946.84-
YUV104.74172.73183.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 50 (19.92% from 255) = 12.02%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=43.75%
G=12.02%
B=44.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182501840.010.7300.28299.157.2645.88
HexB632B814901C12b392e
Octal2666227011110344537156
Binary101101101100101011100011001001011100100101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B632B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B632B8; }

 p { color: rgb(182,50,184); }

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

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

 a { background-color: rgb(182,50,184); }

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

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

 span { border-color: rgb(182,50,184); }

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