Html Css Color HEX #B964AB Fuchsia

📋 copy color: '#B964AB'

red 185 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #B964AB

Tints of Fuchsia #B964AB

RGB

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

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

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

R = 40.57%
G = 21.93%
B = 37.5%

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

#B964AB (or 0xB964AB) is known color: Fuchsia. HEX triplet: B9, 64 and AB. RGB value is (185,100,171). Sum of RGB (Red+Green+Blue) = 185+100+171=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AB is #469B54. Grayscale: #858585. Windows color (decimal): -4627285 or 11232441. OLE color: 11232441.

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

Color convert

RGB 185 100 171 -
CMYK 0 0.46 0.08 0.27
HSL 309.88º 0.38% 0.56% -
HSV(B) 309.88º 0.46% 0.73% -
XYZ 31.92 22.37 41.16 -
YUV 133.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 185 100 171 0 0.46 0.08 0.27 309.88 0.38 0.56
Hex B9 64 AB 0 2E 8 1B 136 26 38
Octal 271 144 253 0 56 10 33 466 46 70
Binary 10111001 1100100 10101011 0 101110 1000 11011 100110110 100110 111000

Color Harmonies of #B964AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964AB

Black with #B964AB

Text Example


Text Example

White with #B964AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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