#B652B4

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

Shades of Fuchsia #B652B4

Tints of Fuchsia #B652B4

Color information

#B652B4 (or 0xB652B4) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and B4. RGB value is (182,82,180). Sum of RGB (Red+Green+Blue) = 182+82+180=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B652B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652B4 is #49AD4B. Grayscale: #7A7A7A. Windows color (decimal): -4828492 or 11817654. OLE color: 11817654.

HSL color Cylindrical-coordinate representation of color #B652B4: hue angle of 301.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B652B4 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18282180-
CMYK00.550.010.29
HSL301.2º40.65%51.76%-
HSV(B)301.2º54.95%71.37%-
XYZ30.5519.2745.29-
YUV123.07160.13170.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=40.99%
G=18.47%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828218000.550.010.29301.240.6551.76
HexB652B403711D12d2934
Octal2661222640671354555164
Binary101101101010010101101000110111111101100101101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652B4; }

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

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

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

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

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

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

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

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