#B63FB1

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

Shades of Fuchsia #B63FB1

Tints of Fuchsia #B63FB1

Color information

#B63FB1 (or 0xB63FB1) is unknown color: approx Fuchsia. HEX triplet: B6, 3F and B1. RGB value is (182,63,177). Sum of RGB (Red+Green+Blue) = 182+63+177=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FB1 is #49C04E. Grayscale: #6F6F6F. Windows color (decimal): -4833359 or 11616182. OLE color: 11616182.

HSL color Cylindrical-coordinate representation of color #B63FB1: hue angle of 302.52º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63FB1 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18263177-
CMYK00.650.030.29
HSL302.52º48.57%48.04%-
HSV(B)302.52º65.38%71.37%-
XYZ2916.6743.28-
YUV111.58164.92178.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=43.13%
G=14.93%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826317700.650.030.29302.5248.5748.04
HexB63FB104131D12f3130
Octal2667726101013354576160
Binary1011011011111110110001010000011111101100101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FB1; }

 p { color: rgb(182,63,177); }

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

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

 a { background-color: rgb(182,63,177); }

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

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

 span { border-color: rgb(182,63,177); }

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