#B645C1

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

Shades of Fuchsia #B645C1

Tints of Fuchsia #B645C1

Color information

#B645C1 (or 0xB645C1) is unknown color: approx Fuchsia. HEX triplet: B6, 45 and C1. RGB value is (182,69,193). Sum of RGB (Red+Green+Blue) = 182+69+193=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #B645C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645C1 is #49BA3E. Grayscale: #747474. Windows color (decimal): -4831807 or 12666294. OLE color: 12666294.

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

Color convert

RGB18269193-
CMYK0.060.6400.24
HSL294.68º50%51.37%-
HSV(B)294.68º64.25%75.69%-
XYZ31.0518.0552.3-
YUV116.92170.94174.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=40.99%
G=15.54%
B=43.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182691930.060.6400.24294.685051.37
HexB645C16400181273233
Octal26610530161000304476263
Binary101101101000101110000011101000000011000100100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645C1; }

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

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

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

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

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

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

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

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