Html Css Color HEX #B256BF Fuchsia

📋 copy color: '#B256BF'

red 178 ◦ green 86 ◦ blue 191

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

Shades of Fuchsia #B256BF

Tints of Fuchsia #B256BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 39.12%
G = 18.9%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B256BF (or 0xB256BF) is known color: Fuchsia. HEX triplet: B2, 56 and BF. RGB value is (178,86,191). Sum of RGB (Red+Green+Blue) = 178+86+191=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #B256BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BF is #4DA940. Grayscale: #7D7D7D. Windows color (decimal): -5089601 or 12539570. OLE color: 12539570.

HSL color Cylindrical-coordinate representation of color #B256BF: hue angle of 292.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B256BF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 86 191 -
CMYK 0.07 0.55 0 0.25
HSL 292.57º 0.45% 0.54% -
HSV(B) 292.57º 0.55% 0.75% -
XYZ 31.09 19.88 51.49 -
YUV 125.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 178 86 191 0.07 0.55 0 0.25 292.57 0.45 0.54
Hex B2 56 BF 7 37 0 19 125 2D 36
Octal 262 126 277 7 67 0 31 445 55 66
Binary 10110010 1010110 10111111 111 110111 0 11001 100100101 101101 110110

Color Harmonies of #B256BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256BF

Black with #B256BF

Text Example


Text Example

White with #B256BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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