Html Css Color HEX #B256BD Fuchsia

📋 copy color: '#B256BD'

red 178 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #B256BD

Tints of Fuchsia #B256BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 39.29%
G = 18.98%
B = 41.72%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B256BD (or 0xB256BD) is known color: Fuchsia. HEX triplet: B2, 56 and BD. RGB value is (178,86,189). Sum of RGB (Red+Green+Blue) = 178+86+189=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B256BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BD is #4DA942. Grayscale: #7C7C7C. Windows color (decimal): -5089603 or 12408498. OLE color: 12408498.

HSL color Cylindrical-coordinate representation of color #B256BD: hue angle of 293.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B256BD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 86 189 -
CMYK 0.06 0.54 0 0.26
HSL 293.59º 0.44% 0.54% -
HSV(B) 293.59º 0.54% 0.74% -
XYZ 30.87 19.79 50.34 -
YUV 125.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 178 86 189 0.06 0.54 0 0.26 293.59 0.44 0.54
Hex B2 56 BD 6 36 0 1A 126 2C 36
Octal 262 126 275 6 66 0 32 446 54 66
Binary 10110010 1010110 10111101 110 110110 0 11010 100100110 101100 110110

Color Harmonies of #B256BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256BD

Black with #B256BD

Text Example


Text Example

White with #B256BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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