#B631C0

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

Shades of Fuchsia #B631C0

Tints of Fuchsia #B631C0

Color information

#B631C0 (or 0xB631C0) is unknown color: approx Fuchsia. HEX triplet: B6, 31 and C0. RGB value is (182,49,192). Sum of RGB (Red+Green+Blue) = 182+49+192=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #B631C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631C0 is #49CE3F. Grayscale: #686868. Windows color (decimal): -4836928 or 12595638. OLE color: 12595638.

HSL color Cylindrical-coordinate representation of color #B631C0: hue angle of 295.8º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B631C0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18249192-
CMYK0.050.7400.25
HSL295.8º59.34%47.25%-
HSV(B)295.8º74.48%75.29%-
XYZ29.915.9551.37-
YUV105.07177.06182.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=43.03%
G=11.58%
B=45.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182491920.050.7400.25295.859.3447.25
HexB631C054A0191283b2f
Octal2666130051120314507357
Binary10110110110001110000001011001010011001100101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B631C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B631C0; }

 p { color: rgb(182,49,192); }

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

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

 a { background-color: rgb(182,49,192); }

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

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

 span { border-color: rgb(182,49,192); }

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