Html Css Color HEX #B969AD Fuchsia

📋 copy color: '#B969AD'

red 185 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #B969AD

Tints of Fuchsia #B969AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 39.96%
G = 22.68%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B969AD (or 0xB969AD) is known color: Fuchsia. HEX triplet: B9, 69 and AD. RGB value is (185,105,173). Sum of RGB (Red+Green+Blue) = 185+105+173=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B969AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969AD is #469652. Grayscale: #888888. Windows color (decimal): -4626003 or 11364793. OLE color: 11364793.

HSL color Cylindrical-coordinate representation of color #B969AD: hue angle of 309º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B969AD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 173 -
CMYK 0 0.43 0.06 0.27
HSL 309º 0.36% 0.57% -
HSV(B) 309º 0.43% 0.73% -
XYZ 32.6 23.43 42.34 -
YUV 136.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 185 105 173 0 0.43 0.06 0.27 309 0.36 0.57
Hex B9 69 AD 0 2B 6 1B 135 24 39
Octal 271 151 255 0 53 6 33 465 44 71
Binary 10111001 1101001 10101101 0 101011 110 11011 100110101 100100 111001

Color Harmonies of #B969AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969AD

Black with #B969AD

Text Example


Text Example

White with #B969AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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