#B638B3

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

Shades of Fuchsia #B638B3

Tints of Fuchsia #B638B3

Color information

#B638B3 (or 0xB638B3) is unknown color: approx Fuchsia. HEX triplet: B6, 38 and B3. RGB value is (182,56,179). Sum of RGB (Red+Green+Blue) = 182+56+179=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B638B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638B3 is #49C74C. Grayscale: #6B6B6B. Windows color (decimal): -4835149 or 11745462. OLE color: 11745462.

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

Color convert

RGB18256179-
CMYK00.690.020.29
HSL301.43º52.94%46.67%-
HSV(B)301.43º69.23%71.37%-
XYZ28.8416.0344.22-
YUV107.7168.24181-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 179 (70.31% from 255) = 42.93%
R=43.65%
G=13.43%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825617900.690.020.29301.4352.9446.67
HexB638B304521D12d352f
Octal2667026301052354556557
Binary1011011011100010110011010001011011101100101101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638B3; }

 p { color: rgb(182,56,179); }

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

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

 a { background-color: rgb(182,56,179); }

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

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

 span { border-color: rgb(182,56,179); }

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