Html Css Color HEX #B256BE Fuchsia

📋 copy color: '#B256BE'

red 178 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #B256BE

Tints of Fuchsia #B256BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 39.21%
G = 18.94%
B = 41.85%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B256BE (or 0xB256BE) is known color: Fuchsia. HEX triplet: B2, 56 and BE. RGB value is (178,86,190). Sum of RGB (Red+Green+Blue) = 178+86+190=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #B256BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BE is #4DA941. Grayscale: #7D7D7D. Windows color (decimal): -5089602 or 12474034. OLE color: 12474034.

HSL color Cylindrical-coordinate representation of color #B256BE: hue angle of 293.08º degrees, saturation: 0.44, 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 #B256BE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 86 190 -
CMYK 0.06 0.55 0 0.25
HSL 293.08º 0.44% 0.54% -
HSV(B) 293.08º 0.55% 0.75% -
XYZ 30.98 19.84 50.91 -
YUV 125.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 178 86 190 0.06 0.55 0 0.25 293.08 0.44 0.54
Hex B2 56 BE 6 37 0 19 125 2C 36
Octal 262 126 276 6 67 0 31 445 54 66
Binary 10110010 1010110 10111110 110 110111 0 11001 100100101 101100 110110

Color Harmonies of #B256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256BE

Black with #B256BE

Text Example


Text Example

White with #B256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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