Html Css Color HEX #B963AD Fuchsia

📋 copy color: '#B963AD'

red 185 ◦ green 99 ◦ blue 173

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

Shades of Fuchsia #B963AD

Tints of Fuchsia #B963AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 40.48%
G = 21.66%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B963AD (or 0xB963AD) is known color: Fuchsia. HEX triplet: B9, 63 and AD. RGB value is (185,99,173). Sum of RGB (Red+Green+Blue) = 185+99+173=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AD is #469C52. Grayscale: #848484. Windows color (decimal): -4627539 or 11363257. OLE color: 11363257.

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

Color convert

RGB 185 99 173 -
CMYK 0 0.46 0.06 0.27
HSL 308.37º 0.38% 0.56% -
HSV(B) 308.37º 0.46% 0.73% -
XYZ 32.01 22.26 42.14 -
YUV 133.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 185 99 173 0 0.46 0.06 0.27 308.37 0.38 0.56
Hex B9 63 AD 0 2E 6 1B 134 26 38
Octal 271 143 255 0 56 6 33 464 46 70
Binary 10111001 1100011 10101101 0 101110 110 11011 100110100 100110 111000

Color Harmonies of #B963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963AD

Black with #B963AD

Text Example


Text Example

White with #B963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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