#B631BE

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

Shades of Fuchsia #B631BE

Tints of Fuchsia #B631BE

Color information

#B631BE (or 0xB631BE) is unknown color: approx Fuchsia. HEX triplet: B6, 31 and BE. RGB value is (182,49,190). Sum of RGB (Red+Green+Blue) = 182+49+190=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B631BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631BE is #49CE41. Grayscale: #686868. Windows color (decimal): -4836930 or 12464566. OLE color: 12464566.

HSL color Cylindrical-coordinate representation of color #B631BE: hue angle of 296.6º 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 #B631BE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18249190-
CMYK0.040.7400.25
HSL296.6º59%46.86%-
HSV(B)296.6º74.21%74.51%-
XYZ29.6815.8650.21-
YUV104.84176.06183.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=43.23%
G=11.64%
B=45.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182491900.040.7400.25296.65946.86
HexB631BE44A0191293b2f
Octal2666127641120314517357
Binary10110110110001101111101001001010011001100101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B631BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B631BE; }

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

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

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

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

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

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

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

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