#B462B7

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

Shades of Fuchsia #B462B7

Tints of Fuchsia #B462B7

Color information

#B462B7 (or 0xB462B7) is unknown color: approx Fuchsia. HEX triplet: B4, 62 and B7. RGB value is (180,98,183). Sum of RGB (Red+Green+Blue) = 180+98+183=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #B462B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462B7 is #4B9D48. Grayscale: #838383. Windows color (decimal): -4955465 or 12018356. OLE color: 12018356.

HSL color Cylindrical-coordinate representation of color #B462B7: hue angle of 297.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B462B7 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18098183-
CMYK0.020.4600.28
HSL297.88º37.12%55.1%-
HSV(B)297.88º46.45%71.76%-
XYZ31.7421.8647.35-
YUV132.21156.67162.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=39.05%
G=21.26%
B=39.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180981830.020.4600.28297.8837.1255.1
HexB462B722E01C12a2537
Octal2641422672560344524567
Binary1011010011000101011011110101110011100100101010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462B7; }

 p { color: rgb(180,98,183); }

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

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

 a { background-color: rgb(180,98,183); }

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

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

 span { border-color: rgb(180,98,183); }

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