#B62EB1

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

Shades of Fuchsia #B62EB1

Tints of Fuchsia #B62EB1

Color information

#B62EB1 (or 0xB62EB1) is unknown color: approx Fuchsia. HEX triplet: B6, 2E and B1. RGB value is (182,46,177). Sum of RGB (Red+Green+Blue) = 182+46+177=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EB1 is #49D14E. Grayscale: #656565. Windows color (decimal): -4837711 or 11611830. OLE color: 11611830.

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

Color convert

RGB18246177-
CMYK00.750.030.29
HSL302.21º59.65%44.71%-
HSV(B)302.21º74.73%71.37%-
XYZ28.215.0743.02-
YUV101.6170.56185.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=44.94%
G=11.36%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824617700.750.030.29302.2159.6544.71
HexB62EB104B31D12e3c2d
Octal2665626101133354567455
Binary1011011010111010110001010010111111101100101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62EB1; }

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

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

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

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

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

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

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

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