Html Css Color HEX #B965AC Fuchsia

📋 copy color: '#B965AC'

red 185 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #B965AC

Tints of Fuchsia #B965AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 40.39%
G = 22.05%
B = 37.55%

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

#B965AC (or 0xB965AC) is known color: Fuchsia. HEX triplet: B9, 65 and AC. RGB value is (185,101,172). Sum of RGB (Red+Green+Blue) = 185+101+172=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AC is #469A53. Grayscale: #868686. Windows color (decimal): -4627028 or 11298233. OLE color: 11298233.

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

Color convert

RGB 185 101 172 -
CMYK 0 0.45 0.07 0.27
HSL 309.29º 0.38% 0.56% -
HSV(B) 309.29º 0.45% 0.73% -
XYZ 32.11 22.6 41.7 -
YUV 134.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 185 101 172 0 0.45 0.07 0.27 309.29 0.38 0.56
Hex B9 65 AC 0 2D 7 1B 135 26 38
Octal 271 145 254 0 55 7 33 465 46 70
Binary 10111001 1100101 10101100 0 101101 111 11011 100110101 100110 111000

Color Harmonies of #B965AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965AC

Black with #B965AC

Text Example


Text Example

White with #B965AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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