#B645B8

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

Shades of Fuchsia #B645B8

Tints of Fuchsia #B645B8

Color information

#B645B8 (or 0xB645B8) is unknown color: approx Fuchsia. HEX triplet: B6, 45 and B8. RGB value is (182,69,184). Sum of RGB (Red+Green+Blue) = 182+69+184=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #B645B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645B8 is #49BA47. Grayscale: #737373. Windows color (decimal): -4831816 or 12076470. OLE color: 12076470.

HSL color Cylindrical-coordinate representation of color #B645B8: hue angle of 298.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B645B8 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18269184-
CMYK0.010.6200.28
HSL298.96º45.45%49.61%-
HSV(B)298.96º62.5%72.16%-
XYZ30.0717.6647.17-
YUV115.9166.44175.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=41.84%
G=15.86%
B=42.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182691840.010.6200.28298.9645.4549.61
HexB645B813E01C12b2d32
Octal2661052701760344535562
Binary101101101000101101110001111110011100100101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645B8; }

 p { color: rgb(182,69,184); }

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

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

 a { background-color: rgb(182,69,184); }

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

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

 span { border-color: rgb(182,69,184); }

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