Html Css Color HEX #B959BE Fuchsia

📋 copy color: '#B959BE'

red 185 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #B959BE

Tints of Fuchsia #B959BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 39.87%
G = 19.18%
B = 40.95%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B959BE (or 0xB959BE) is known color: Fuchsia. HEX triplet: B9, 59 and BE. RGB value is (185,89,190). Sum of RGB (Red+Green+Blue) = 185+89+190=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #B959BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959BE is #46A641. Grayscale: #808080. Windows color (decimal): -4630082 or 12474809. OLE color: 12474809.

HSL color Cylindrical-coordinate representation of color #B959BE: hue angle of 297.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B959BE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 89 190 -
CMYK 0.03 0.53 0 0.25
HSL 297.03º 0.44% 0.55% -
HSV(B) 297.03º 0.53% 0.75% -
XYZ 32.87 21.18 51.07 -
YUV 129.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 185 89 190 0.03 0.53 0 0.25 297.03 0.44 0.55
Hex B9 59 BE 3 35 0 19 129 2C 37
Octal 271 131 276 3 65 0 31 451 54 67
Binary 10111001 1011001 10111110 11 110101 0 11001 100101001 101100 110111

Color Harmonies of #B959BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959BE

Black with #B959BE

Text Example


Text Example

White with #B959BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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