#b64cc1

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

Shades of Fuchsia #B64CC1

Tints of Fuchsia #B64CC1

Color information

#B64CC1 (or 0xB64CC1) is unknown color: approx Fuchsia. HEX triplet: B6, 4C and C1. RGB value is (182,76,193). Sum of RGB (Red+Green+Blue) = 182+76+193=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #B64CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CC1 is #49B33E. Grayscale: #787878. Windows color (decimal): -4830015 or 12668086. OLE color: 12668086.

HSL color Cylindrical-coordinate representation of color #B64CC1: hue angle of 294.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64CC1 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18276193-
CMYK0.060.6100.24
HSL294.36º48.55%52.75%-
HSV(B)294.36º60.62%75.69%-
XYZ31.518.9652.45-
YUV121.03168.62171.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=40.35%
G=16.85%
B=42.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182761930.060.6100.24294.3648.5552.75
HexB64CC163D0181263135
Octal2661143016750304466165
Binary10110110100110011000001110111101011000100100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64cc1; }

 p { color: rgb(182,76,193); }

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

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

 a { background-color: rgb(182,76,193); }

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

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

 span { border-color: rgb(182,76,193); }

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