#b63bb9

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

Shades of Fuchsia #B63BB9

Tints of Fuchsia #B63BB9

Color information

#B63BB9 (or 0xB63BB9) is unknown color: approx Fuchsia. HEX triplet: B6, 3B and B9. RGB value is (182,59,185). Sum of RGB (Red+Green+Blue) = 182+59+185=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #B63BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BB9 is #49C446. Grayscale: #6D6D6D. Windows color (decimal): -4834375 or 12139446. OLE color: 12139446.

HSL color Cylindrical-coordinate representation of color #B63BB9: hue angle of 298.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63BB9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18259185-
CMYK0.020.6800.27
HSL298.57º51.64%47.84%-
HSV(B)298.57º68.11%72.55%-
XYZ29.6116.5847.54-
YUV110.14170.25179.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 59 (23.44% from 255) = 13.85%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=42.72%
G=13.85%
B=43.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182591850.020.6800.27298.5751.6447.84
HexB63BB924401B12b3430
Octal2667327121040334536460
Binary1011011011101110111001101000100011011100101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63bb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63bb9; }

 p { color: rgb(182,59,185); }

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

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

 a { background-color: rgb(182,59,185); }

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

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

 span { border-color: rgb(182,59,185); }

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