Html Css Color HEX #B256B7 Fuchsia

📋 copy color: '#B256B7'

red 178 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #B256B7

Tints of Fuchsia #B256B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 39.82%
G = 19.24%
B = 40.94%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B256B7 (or 0xB256B7) is known color: Fuchsia. HEX triplet: B2, 56 and B7. RGB value is (178,86,183). Sum of RGB (Red+Green+Blue) = 178+86+183=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #B256B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256B7 is #4DA948. Grayscale: #7C7C7C. Windows color (decimal): -5089609 or 12015282. OLE color: 12015282.

HSL color Cylindrical-coordinate representation of color #B256B7: hue angle of 296.91º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B256B7 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 86 183 -
CMYK 0.03 0.53 0 0.28
HSL 296.91º 0.4% 0.53% -
HSV(B) 296.91º 0.53% 0.72% -
XYZ 30.24 19.54 46.98 -
YUV 124.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 178 86 183 0.03 0.53 0 0.28 296.91 0.4 0.53
Hex B2 56 B7 3 35 0 1C 129 28 35
Octal 262 126 267 3 65 0 34 451 50 65
Binary 10110010 1010110 10110111 11 110101 0 11100 100101001 101000 110101

Color Harmonies of #B256B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256B7

Black with #B256B7

Text Example


Text Example

White with #B256B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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