Html Css Color HEX #B963AC Fuchsia

📋 copy color: '#B963AC'

red 185 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #B963AC

Tints of Fuchsia #B963AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

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

R = 40.57%
G = 21.71%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B963AC (or 0xB963AC) is known color: Fuchsia. HEX triplet: B9, 63 and AC. RGB value is (185,99,172). Sum of RGB (Red+Green+Blue) = 185+99+172=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AC is #469C53. Grayscale: #848484. Windows color (decimal): -4627540 or 11297721. OLE color: 11297721.

HSL color Cylindrical-coordinate representation of color #B963AC: hue angle of 309.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B963AC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 172 -
CMYK 0 0.46 0.07 0.27
HSL 309.07º 0.38% 0.56% -
HSV(B) 309.07º 0.46% 0.73% -
XYZ 31.92 22.22 41.64 -
YUV 133.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 185 99 172 0 0.46 0.07 0.27 309.07 0.38 0.56
Hex B9 63 AC 0 2E 7 1B 135 26 38
Octal 271 143 254 0 56 7 33 465 46 70
Binary 10111001 1100011 10101100 0 101110 111 11011 100110101 100110 111000

Color Harmonies of #B963AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963AC

Black with #B963AC

Text Example


Text Example

White with #B963AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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