Html Css Color HEX #B256BA Fuchsia

📋 copy color: '#B256BA'

red 178 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #B256BA

Tints of Fuchsia #B256BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 39.56%
G = 19.11%
B = 41.33%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B256BA (or 0xB256BA) is known color: Fuchsia. HEX triplet: B2, 56 and BA. RGB value is (178,86,186). Sum of RGB (Red+Green+Blue) = 178+86+186=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BA is #4DA945. Grayscale: #7C7C7C. Windows color (decimal): -5089606 or 12211890. OLE color: 12211890.

HSL color Cylindrical-coordinate representation of color #B256BA: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B256BA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 86 186 -
CMYK 0.04 0.54 0 0.27
HSL 295.2º 0.42% 0.53% -
HSV(B) 295.2º 0.54% 0.73% -
XYZ 30.55 19.67 48.64 -
YUV 124.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 178 86 186 0.04 0.54 0 0.27 295.2 0.42 0.53
Hex B2 56 BA 4 36 0 1B 127 2A 35
Octal 262 126 272 4 66 0 33 447 52 65
Binary 10110010 1010110 10111010 100 110110 0 11011 100100111 101010 110101

Color Harmonies of #B256BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256BA

Black with #B256BA

Text Example


Text Example

White with #B256BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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