Html Css Color HEX #B959C0 Fuchsia

📋 copy color: '#B959C0'

red 185 ◦ green 89 ◦ blue 192

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

Shades of Fuchsia #B959C0

Tints of Fuchsia #B959C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 39.7%
G = 19.1%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B959C0 (or 0xB959C0) is known color: Fuchsia. HEX triplet: B9, 59 and C0. RGB value is (185,89,192). Sum of RGB (Red+Green+Blue) = 185+89+192=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #B959C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959C0 is #46A63F. Grayscale: #818181. Windows color (decimal): -4630080 or 12605881. OLE color: 12605881.

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

Color convert

RGB 185 89 192 -
CMYK 0.04 0.54 0 0.25
HSL 295.92º 0.45% 0.55% -
HSV(B) 295.92º 0.54% 0.75% -
XYZ 33.09 21.26 52.23 -
YUV 129.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 185 89 192 0.04 0.54 0 0.25 295.92 0.45 0.55
Hex B9 59 C0 4 36 0 19 128 2D 37
Octal 271 131 300 4 66 0 31 450 55 67
Binary 10111001 1011001 11000000 100 110110 0 11001 100101000 101101 110111

Color Harmonies of #B959C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959C0

Black with #B959C0

Text Example


Text Example

White with #B959C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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