#B745BD

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

Shades of Fuchsia #B745BD

Tints of Fuchsia #B745BD

Color information

#B745BD (or 0xB745BD) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and BD. RGB value is (183,69,189). Sum of RGB (Red+Green+Blue) = 183+69+189=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B745BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745BD is #48BA42. Grayscale: #747474. Windows color (decimal): -4766275 or 12404151. OLE color: 12404151.

HSL color Cylindrical-coordinate representation of color #B745BD: hue angle of 297º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B745BD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18369189-
CMYK0.030.6300.26
HSL297º47.62%50.59%-
HSV(B)297º63.49%74.12%-
XYZ30.841849.99-
YUV116.77168.77175.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=41.50%
G=15.65%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183691890.030.6300.2629747.6250.59
HexB745BD33F01A1293033
Octal2671052753770324516063
Binary1011011110001011011110111111111011010100101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745BD; }

 p { color: rgb(183,69,189); }

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

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

 a { background-color: rgb(183,69,189); }

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

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

 span { border-color: rgb(183,69,189); }

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