Html Css Color HEX #B963AB Fuchsia

📋 copy color: '#B963AB'

red 185 ◦ green 99 ◦ blue 171

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

Shades of Fuchsia #B963AB

Tints of Fuchsia #B963AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 40.66%
G = 21.76%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B963AB (or 0xB963AB) is known color: Fuchsia. HEX triplet: B9, 63 and AB. RGB value is (185,99,171). Sum of RGB (Red+Green+Blue) = 185+99+171=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AB is #469C54. Grayscale: #848484. Windows color (decimal): -4627541 or 11232185. OLE color: 11232185.

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

Color convert

RGB 185 99 171 -
CMYK 0 0.46 0.08 0.27
HSL 309.77º 0.38% 0.56% -
HSV(B) 309.77º 0.46% 0.73% -
XYZ 31.82 22.18 41.13 -
YUV 132.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 185 99 171 0 0.46 0.08 0.27 309.77 0.38 0.56
Hex B9 63 AB 0 2E 8 1B 136 26 38
Octal 271 143 253 0 56 10 33 466 46 70
Binary 10111001 1100011 10101011 0 101110 1000 11011 100110110 100110 111000

Color Harmonies of #B963AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963AB

Black with #B963AB

Text Example


Text Example

White with #B963AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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