#B630AC

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

Shades of Fuchsia #B630AC

Tints of Fuchsia #B630AC

Color information

#B630AC (or 0xB630AC) is unknown color: approx Fuchsia. HEX triplet: B6, 30 and AC. RGB value is (182,48,172). Sum of RGB (Red+Green+Blue) = 182+48+172=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B630AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B630AC is #49CF53. Grayscale: #656565. Windows color (decimal): -4837204 or 11284662. OLE color: 11284662.

HSL color Cylindrical-coordinate representation of color #B630AC: hue angle of 304.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B630AC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18248172-
CMYK00.740.050.29
HSL304.48º58.26%45.1%-
HSV(B)304.48º73.63%71.37%-
XYZ27.7915.0440.47-
YUV102.2167.39184.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 48 (19.14% from 255) = 11.94%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=45.27%
G=11.94%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824817200.740.050.29304.4858.2645.1
HexB630AC04A51D1303a2d
Octal2666025401125354607255
Binary10110110110000101011000100101010111101100110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630AC; }

 p { color: rgb(182,48,172); }

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

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

 a { background-color: rgb(182,48,172); }

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

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

 span { border-color: rgb(182,48,172); }

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