Html Css Color HEX #B966AC Fuchsia

📋 copy color: '#B966AC'

red 185 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #B966AC

Tints of Fuchsia #B966AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

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

R = 40.31%
G = 22.22%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B966AC (or 0xB966AC) is known color: Fuchsia. HEX triplet: B9, 66 and AC. RGB value is (185,102,172). Sum of RGB (Red+Green+Blue) = 185+102+172=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AC is #469953. Grayscale: #868686. Windows color (decimal): -4626772 or 11298489. OLE color: 11298489.

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

Color convert

RGB 185 102 172 -
CMYK 0 0.45 0.07 0.27
HSL 309.4º 0.37% 0.56% -
HSV(B) 309.4º 0.45% 0.73% -
XYZ 32.21 22.8 41.73 -
YUV 134.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 185 102 172 0 0.45 0.07 0.27 309.4 0.37 0.56
Hex B9 66 AC 0 2D 7 1B 135 25 38
Octal 271 146 254 0 55 7 33 465 45 70
Binary 10111001 1100110 10101100 0 101101 111 11011 100110101 100101 111000

Color Harmonies of #B966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966AC

Black with #B966AC

Text Example


Text Example

White with #B966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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