Html Css Color HEX #B256B9 Fuchsia

📋 copy color: '#B256B9'

red 178 ◦ green 86 ◦ blue 185

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

Shades of Fuchsia #B256B9

Tints of Fuchsia #B256B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 39.64%
G = 19.15%
B = 41.2%

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

#B256B9 (or 0xB256B9) is known color: Fuchsia. HEX triplet: B2, 56 and B9. RGB value is (178,86,185). Sum of RGB (Red+Green+Blue) = 178+86+185=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #B256B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256B9 is #4DA946. Grayscale: #7C7C7C. Windows color (decimal): -5089607 or 12146354. OLE color: 12146354.

HSL color Cylindrical-coordinate representation of color #B256B9: hue angle of 295.76º degrees, saturation: 0.41, 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 #B256B9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 86 185 -
CMYK 0.04 0.54 0 0.27
HSL 295.76º 0.41% 0.53% -
HSV(B) 295.76º 0.54% 0.73% -
XYZ 30.44 19.62 48.08 -
YUV 124.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 178 86 185 0.04 0.54 0 0.27 295.76 0.41 0.53
Hex B2 56 B9 4 36 0 1B 128 29 35
Octal 262 126 271 4 66 0 33 450 51 65
Binary 10110010 1010110 10111001 100 110110 0 11011 100101000 101001 110101

Color Harmonies of #B256B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256B9

Black with #B256B9

Text Example


Text Example

White with #B256B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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