#B256BD

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

Shades of Fuchsia #B256BD

Tints of Fuchsia #B256BD

Color information

#B256BD (or 0xB256BD) is unknown color: approx Fuchsia. HEX triplet: B2, 56 and BD. RGB value is (178,86,189). Sum of RGB (Red+Green+Blue) = 178+86+189=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B256BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BD is #4DA942. Grayscale: #7C7C7C. Windows color (decimal): -5089603 or 12408498. OLE color: 12408498.

HSL color Cylindrical-coordinate representation of color #B256BD: hue angle of 293.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B256BD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17886189-
CMYK0.060.5400.26
HSL293.59º43.83%53.92%-
HSV(B)293.59º54.5%74.12%-
XYZ30.8719.7950.34-
YUV125.25163.98165.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=39.29%
G=18.98%
B=41.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178861890.060.5400.26293.5943.8353.92
HexB256BD63601A1262c36
Octal2621262756660324465466
Binary10110010101011010111101110110110011010100100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256BD; }

 p { color: rgb(178,86,189); }

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

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

 a { background-color: rgb(178,86,189); }

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

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

 span { border-color: rgb(178,86,189); }

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