#B452B6

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

Shades of Fuchsia #B452B6

Tints of Fuchsia #B452B6

Color information

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

HSL color Cylindrical-coordinate representation of color #B452B6: hue angle of 298.8º 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 #B452B6 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18082182-
CMYK0.010.5500.29
HSL298.8º40.65%51.76%-
HSV(B)298.8º54.95%71.37%-
XYZ30.2819.1246.35-
YUV122.7161.47168.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180821820.010.5500.29298.840.6551.76
HexB452B613701D12b2934
Octal2641222661670354535164
Binary101101001010010101101101110111011101100101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452B6; }

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

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

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

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

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

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

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

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