Html Css Color HEX #B956BD Fuchsia

📋 copy color: '#B956BD'

red 185 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #B956BD

Tints of Fuchsia #B956BD

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

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

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

R = 40.22%
G = 18.7%
B = 41.09%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B956BD (or 0xB956BD) is known color: Fuchsia. HEX triplet: B9, 56 and BD. RGB value is (185,86,189). Sum of RGB (Red+Green+Blue) = 185+86+189=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #B956BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956BD is #46A942. Grayscale: #7F7F7F. Windows color (decimal): -4630851 or 12408505. OLE color: 12408505.

HSL color Cylindrical-coordinate representation of color #B956BD: hue angle of 297.67º 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 #B956BD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 86 189 -
CMYK 0.02 0.54 0 0.26
HSL 297.67º 0.44% 0.54% -
HSV(B) 297.67º 0.54% 0.74% -
XYZ 32.52 20.64 50.41 -
YUV 127.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 185 86 189 0.02 0.54 0 0.26 297.67 0.44 0.54
Hex B9 56 BD 2 36 0 1A 12A 2C 36
Octal 271 126 275 2 66 0 32 452 54 66
Binary 10111001 1010110 10111101 10 110110 0 11010 100101010 101100 110110

Color Harmonies of #B956BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956BD

Black with #B956BD

Text Example


Text Example

White with #B956BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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