Html Css Color HEX #B958AC Fuchsia

📋 copy color: '#B958AC'

red 185 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #B958AC

Tints of Fuchsia #B958AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 41.57%
G = 19.78%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B958AC (or 0xB958AC) is known color: Fuchsia. HEX triplet: B9, 58 and AC. RGB value is (185,88,172). Sum of RGB (Red+Green+Blue) = 185+88+172=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B958AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958AC is #46A753. Grayscale: #7E7E7E. Windows color (decimal): -4630356 or 11294905. OLE color: 11294905.

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

Color convert

RGB 185 88 172 -
CMYK 0 0.52 0.07 0.27
HSL 308.04º 0.41% 0.54% -
HSV(B) 308.04º 0.52% 0.73% -
XYZ 30.94 20.27 41.31 -
YUV 126.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 185 88 172 0 0.52 0.07 0.27 308.04 0.41 0.54
Hex B9 58 AC 0 34 7 1B 134 29 36
Octal 271 130 254 0 64 7 33 464 51 66
Binary 10111001 1011000 10101100 0 110100 111 11011 100110100 101001 110110

Color Harmonies of #B958AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958AC

Black with #B958AC

Text Example


Text Example

White with #B958AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958AC; }

 p { color: rgb(185,88,172); }

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

background-color css

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

 a { background-color: rgb(185,88,172); }

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

border-color css

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

 span { border-color: rgb(185,88,172); }

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