#B745BB

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

Shades of Fuchsia #B745BB

Tints of Fuchsia #B745BB

Color information

#B745BB (or 0xB745BB) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and BB. RGB value is (183,69,187). Sum of RGB (Red+Green+Blue) = 183+69+187=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #B745BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745BB is #48BA44. Grayscale: #747474. Windows color (decimal): -4766277 or 12273079. OLE color: 12273079.

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

Color convert

RGB18369187-
CMYK0.020.6300.27
HSL297.97º46.46%50.2%-
HSV(B)297.97º63.1%73.33%-
XYZ30.6317.9148.86-
YUV116.54167.77175.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=41.69%
G=15.72%
B=42.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183691870.020.6300.27297.9746.4650.2
HexB745BB23F01B12a2e32
Octal2671052732770334525662
Binary1011011110001011011101110111111011011100101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745BB; }

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

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

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

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

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

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

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

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