#B652C1

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

Shades of Fuchsia #B652C1

Tints of Fuchsia #B652C1

Color information

#B652C1 (or 0xB652C1) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and C1. RGB value is (182,82,193). Sum of RGB (Red+Green+Blue) = 182+82+193=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #B652C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652C1 is #49AD3E. Grayscale: #7C7C7C. Windows color (decimal): -4828479 or 12669622. OLE color: 12669622.

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

Color convert

RGB18282193-
CMYK0.060.5800.24
HSL294.05º47.23%53.92%-
HSV(B)294.05º57.51%75.69%-
XYZ31.9319.8352.6-
YUV124.55166.63168.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=39.82%
G=17.94%
B=42.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182821930.060.5800.24294.0547.2353.92
HexB652C163A0181262f36
Octal2661223016720304465766
Binary10110110101001011000001110111010011000100100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652C1; }

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

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

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

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

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

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

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

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