Html Css Color HEX #B256B6 Fuchsia

📋 copy color: '#B256B6'

red 178 ◦ green 86 ◦ blue 182

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

Shades of Fuchsia #B256B6

Tints of Fuchsia #B256B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 39.91%
G = 19.28%
B = 40.81%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B256B6 (or 0xB256B6) is known color: Fuchsia. HEX triplet: B2, 56 and B6. RGB value is (178,86,182). Sum of RGB (Red+Green+Blue) = 178+86+182=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #B256B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256B6 is #4DA949. Grayscale: #7C7C7C. Windows color (decimal): -5089610 or 11949746. OLE color: 11949746.

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

Color convert

RGB 178 86 182 -
CMYK 0.02 0.53 0 0.29
HSL 297.5º 0.4% 0.53% -
HSV(B) 297.5º 0.53% 0.71% -
XYZ 30.13 19.5 46.43 -
YUV 124.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 178 86 182 0.02 0.53 0 0.29 297.5 0.4 0.53
Hex B2 56 B6 2 35 0 1D 12A 28 35
Octal 262 126 266 2 65 0 35 452 50 65
Binary 10110010 1010110 10110110 10 110101 0 11101 100101010 101000 110101

Color Harmonies of #B256B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256B6

Black with #B256B6

Text Example


Text Example

White with #B256B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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