Html Css Color HEX #B959B2 Fuchsia

📋 copy color: '#B959B2'

red 185 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #B959B2

Tints of Fuchsia #B959B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 40.93%
G = 19.69%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B959B2 (or 0xB959B2) is known color: Fuchsia. HEX triplet: B9, 59 and B2. RGB value is (185,89,178). Sum of RGB (Red+Green+Blue) = 185+89+178=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B959B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959B2 is #46A64D. Grayscale: #7F7F7F. Windows color (decimal): -4630094 or 11688377. OLE color: 11688377.

HSL color Cylindrical-coordinate representation of color #B959B2: hue angle of 304.38º 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 #B959B2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 178 -
CMYK 0 0.52 0.04 0.27
HSL 304.38º 0.41% 0.54% -
HSV(B) 304.38º 0.52% 0.73% -
XYZ 31.62 20.67 44.44 -
YUV 127.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 185 89 178 0 0.52 0.04 0.27 304.38 0.41 0.54
Hex B9 59 B2 0 34 4 1B 130 29 36
Octal 271 131 262 0 64 4 33 460 51 66
Binary 10111001 1011001 10110010 0 110100 100 11011 100110000 101001 110110

Color Harmonies of #B959B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959B2

Black with #B959B2

Text Example


Text Example

White with #B959B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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