Html Css Color HEX #B959B5 Fuchsia

📋 copy color: '#B959B5'

red 185 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #B959B5

Tints of Fuchsia #B959B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 40.66%
G = 19.56%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B959B5 (or 0xB959B5) is known color: Fuchsia. HEX triplet: B9, 59 and B5. RGB value is (185,89,181). Sum of RGB (Red+Green+Blue) = 185+89+181=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B959B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959B5 is #46A64A. Grayscale: #7F7F7F. Windows color (decimal): -4630091 or 11884985. OLE color: 11884985.

HSL color Cylindrical-coordinate representation of color #B959B5: hue angle of 302.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B959B5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 181 -
CMYK 0 0.52 0.02 0.27
HSL 302.5º 0.41% 0.54% -
HSV(B) 302.5º 0.52% 0.73% -
XYZ 31.92 20.8 46.05 -
YUV 128.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 185 89 181 0 0.52 0.02 0.27 302.5 0.41 0.54
Hex B9 59 B5 0 34 2 1B 12E 29 36
Octal 271 131 265 0 64 2 33 456 51 66
Binary 10111001 1011001 10110101 0 110100 10 11011 100101110 101001 110110

Color Harmonies of #B959B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959B5

Black with #B959B5

Text Example


Text Example

White with #B959B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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