Html Css Color HEX #B256AD Fuchsia

📋 copy color: '#B256AD'

red 178 ◦ green 86 ◦ blue 173

#B256AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B256AD

Tints of Fuchsia #B256AD

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

 GREEN value IS 86 (33.98% from 255) = 19.68%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 40.73%
G = 19.68%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B256AD (or 0xB256AD) is known color: Fuchsia. HEX triplet: B2, 56 and AD. RGB value is (178,86,173). Sum of RGB (Red+Green+Blue) = 178+86+173=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B256AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B256AD is #4DA952. Grayscale: #7B7B7B. Windows color (decimal): -5089619 or 11359922. OLE color: 11359922.

HSL color Cylindrical-coordinate representation of color #B256AD: hue angle of 303.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B256AD is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 173 -
CMYK 0 0.52 0.03 0.30
HSL 303.26º 0.37% 0.52% -
HSV(B) 303.26º 0.52% 0.7% -
XYZ 29.23 19.14 41.69 -
YUV 123.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 178 86 173 0 0.52 0.03 0.30 303.26 0.37 0.52
Hex B2 56 AD 0 34 3 1E 12F 25 34
Octal 262 126 255 0 64 3 36 457 45 64
Binary 10110010 1010110 10101101 0 110100 11 11110 100101111 100101 110100

Color Harmonies of #B256AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256AD

Black with #B256AD

Text Example


Text Example

White with #B256AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256AD; }

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

 H1.HeaderClassName
 {
   color: #B256AD;
 }
 .AnyTagClassName
 {
   color: #B256AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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