#B63ABE

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

Shades of Fuchsia #B63ABE

Tints of Fuchsia #B63ABE

Color information

#B63ABE (or 0xB63ABE) is unknown color: approx Fuchsia. HEX triplet: B6, 3A and BE. RGB value is (182,58,190). Sum of RGB (Red+Green+Blue) = 182+58+190=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #B63ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ABE is #49C541. Grayscale: #6D6D6D. Windows color (decimal): -4834626 or 12466870. OLE color: 12466870.

HSL color Cylindrical-coordinate representation of color #B63ABE: hue angle of 296.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63ABE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18258190-
CMYK0.040.6900.25
HSL296.36º53.23%48.63%-
HSV(B)296.36º69.47%74.51%-
XYZ30.116.6950.35-
YUV110.12173.08179.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=42.33%
G=13.49%
B=44.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182581900.040.6900.25296.3653.2348.63
HexB63ABE4450191283531
Octal2667227641050314506561
Binary10110110111010101111101001000101011001100101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63ABE; }

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

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

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

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

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

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

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

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