#B658C1

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

Shades of Fuchsia #B658C1

Tints of Fuchsia #B658C1

Color information

#B658C1 (or 0xB658C1) is unknown color: approx Fuchsia. HEX triplet: B6, 58 and C1. RGB value is (182,88,193). Sum of RGB (Red+Green+Blue) = 182+88+193=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B658C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658C1 is #49A73E. Grayscale: #7F7F7F. Windows color (decimal): -4826943 or 12671158. OLE color: 12671158.

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

Color convert

RGB18288193-
CMYK0.060.5400.24
HSL293.71º45.85%55.1%-
HSV(B)293.71º54.4%75.69%-
XYZ32.4120.7752.75-
YUV128.08164.64166.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=39.31%
G=19.01%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182881930.060.5400.24293.7145.8555.1
HexB658C16360181262e37
Octal2661303016660304465667
Binary10110110101100011000001110110110011000100100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658C1; }

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

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

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

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

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

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

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

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