Html Css Color HEX #B959BD Fuchsia

📋 copy color: '#B959BD'

red 185 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #B959BD

Tints of Fuchsia #B959BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

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

R = 39.96%
G = 19.22%
B = 40.82%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B959BD (or 0xB959BD) is known color: Fuchsia. HEX triplet: B9, 59 and BD. RGB value is (185,89,189). Sum of RGB (Red+Green+Blue) = 185+89+189=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #B959BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959BD is #46A642. Grayscale: #808080. Windows color (decimal): -4630083 or 12409273. OLE color: 12409273.

HSL color Cylindrical-coordinate representation of color #B959BD: hue angle of 297.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B959BD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 89 189 -
CMYK 0.02 0.53 0 0.26
HSL 297.6º 0.43% 0.55% -
HSV(B) 297.6º 0.53% 0.74% -
XYZ 32.77 21.13 50.5 -
YUV 129.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 185 89 189 0.02 0.53 0 0.26 297.6 0.43 0.55
Hex B9 59 BD 2 35 0 1A 12A 2B 37
Octal 271 131 275 2 65 0 32 452 53 67
Binary 10111001 1011001 10111101 10 110101 0 11010 100101010 101011 110111

Color Harmonies of #B959BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959BD

Black with #B959BD

Text Example


Text Example

White with #B959BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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