#B63CB4

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

Shades of Fuchsia #B63CB4

Tints of Fuchsia #B63CB4

Color information

#B63CB4 (or 0xB63CB4) is unknown color: approx Fuchsia. HEX triplet: B6, 3C and B4. RGB value is (182,60,180). Sum of RGB (Red+Green+Blue) = 182+60+180=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CB4 is #49C34B. Grayscale: #6D6D6D. Windows color (decimal): -4834124 or 11812022. OLE color: 11812022.

HSL color Cylindrical-coordinate representation of color #B63CB4: hue angle of 300.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18260180-
CMYK00.670.010.29
HSL300.98º50.41%47.45%-
HSV(B)300.98º67.03%71.37%-
XYZ29.1516.4744.82-
YUV110.16167.42179.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=43.13%
G=14.22%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826018000.670.010.29300.9850.4147.45
HexB63CB404311D12d322f
Octal2667426401031354556257
Binary101101101111001011010001000011111101100101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CB4; }

 p { color: rgb(182,60,180); }

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

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

 a { background-color: rgb(182,60,180); }

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

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

 span { border-color: rgb(182,60,180); }

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