#B652B9

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

Shades of Fuchsia #B652B9

Tints of Fuchsia #B652B9

Color information

#B652B9 (or 0xB652B9) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and B9. RGB value is (182,82,185). Sum of RGB (Red+Green+Blue) = 182+82+185=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #B652B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652B9 is #49AD46. Grayscale: #7B7B7B. Windows color (decimal): -4828487 or 12145334. OLE color: 12145334.

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

Color convert

RGB18282185-
CMYK0.020.5600.27
HSL298.25º42.39%52.35%-
HSV(B)298.25º55.68%72.55%-
XYZ31.0719.4848.02-
YUV123.64162.63169.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=40.53%
G=18.26%
B=41.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182821850.020.5600.27298.2542.3952.35
HexB652B923801B12a2a34
Octal2661222712700334525264
Binary1011011010100101011100110111000011011100101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652B9; }

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

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

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

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

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

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

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

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