#B626B1

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

Shades of Fuchsia #B626B1

Tints of Fuchsia #B626B1

Color information

#B626B1 (or 0xB626B1) is unknown color: approx Fuchsia. HEX triplet: B6, 26 and B1. RGB value is (182,38,177). Sum of RGB (Red+Green+Blue) = 182+38+177=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B626B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B626B1 is #49D94E. Grayscale: #606060. Windows color (decimal): -4839759 or 11609782. OLE color: 11609782.

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

Color convert

RGB18238177-
CMYK00.790.030.29
HSL302.08º65.45%43.14%-
HSV(B)302.08º79.12%71.37%-
XYZ27.9214.5142.92-
YUV96.9173.21188.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=45.84%
G=9.57%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823817700.790.030.29302.0865.4543.14
HexB626B104F31D12e412b
Octal26646261011733545610153
Binary10110110100110101100010100111111111011001011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B626B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B626B1; }

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

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

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

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

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

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

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

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