Html Css Color HEX #B964AC Fuchsia

📋 copy color: '#B964AC'

red 185 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #B964AC

Tints of Fuchsia #B964AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 40.48%
G = 21.88%
B = 37.64%

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

#B964AC (or 0xB964AC) is known color: Fuchsia. HEX triplet: B9, 64 and AC. RGB value is (185,100,172). Sum of RGB (Red+Green+Blue) = 185+100+172=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AC is #469B53. Grayscale: #858585. Windows color (decimal): -4627284 or 11297977. OLE color: 11297977.

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

Color convert

RGB 185 100 172 -
CMYK 0 0.46 0.07 0.27
HSL 309.18º 0.38% 0.56% -
HSV(B) 309.18º 0.46% 0.73% -
XYZ 32.01 22.41 41.67 -
YUV 133.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 185 100 172 0 0.46 0.07 0.27 309.18 0.38 0.56
Hex B9 64 AC 0 2E 7 1B 135 26 38
Octal 271 144 254 0 56 7 33 465 46 70
Binary 10111001 1100100 10101100 0 101110 111 11011 100110101 100110 111000

Color Harmonies of #B964AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964AC

Black with #B964AC

Text Example


Text Example

White with #B964AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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