#B943BD

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

Shades of Fuchsia #B943BD

Tints of Fuchsia #B943BD

Color information

#B943BD (or 0xB943BD) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and BD. RGB value is (185,67,189). Sum of RGB (Red+Green+Blue) = 185+67+189=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 67 (26.56% from 255 or 15.19% 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 #B943BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943BD is #46BC42. Grayscale: #737373. Windows color (decimal): -4635715 or 12403641. OLE color: 12403641.

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

Color convert

RGB18567189-
CMYK0.020.6500.26
HSL298.03º48.03%50.2%-
HSV(B)298.03º64.55%74.12%-
XYZ31.21849.97-
YUV116.19169.09177.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 67 (26.56% from 255) = 15.19%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=41.95%
G=15.19%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185671890.020.6500.26298.0348.0350.2
HexB943BD24101A12a3032
Octal27110327521010324526062
Binary10111001100001110111101101000001011010100101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943BD; }

 p { color: rgb(185,67,189); }

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

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

 a { background-color: rgb(185,67,189); }

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

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

 span { border-color: rgb(185,67,189); }

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