Html Css Color HEX #B863AC Fuchsia

📋 copy color: '#B863AC'

red 184 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #B863AC

Tints of Fuchsia #B863AC

RGB

 RED value IS 184 (72.27% from 255) = 40.44%

 GREEN value IS 99 (39.06% from 255) = 21.76%

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

R = 40.44%
G = 21.76%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B863AC (or 0xB863AC) is known color: Fuchsia. HEX triplet: B8, 63 and AC. RGB value is (184,99,172). Sum of RGB (Red+Green+Blue) = 184+99+172=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B863AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B863AC is #479C53. Grayscale: #848484. Windows color (decimal): -4693076 or 11297720. OLE color: 11297720.

HSL color Cylindrical-coordinate representation of color #B863AC: hue angle of 308.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B863AC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 172 -
CMYK 0 0.46 0.07 0.28
HSL 308.47º 0.37% 0.55% -
HSV(B) 308.47º 0.46% 0.72% -
XYZ 31.68 22.09 41.62 -
YUV 132.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 184 99 172 0 0.46 0.07 0.28 308.47 0.37 0.55
Hex B8 63 AC 0 2E 7 1C 134 25 37
Octal 270 143 254 0 56 7 34 464 45 67
Binary 10111000 1100011 10101100 0 101110 111 11100 100110100 100101 110111

Color Harmonies of #B863AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863AC

Black with #B863AC

Text Example


Text Example

White with #B863AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863AC; }

 p { color: rgb(184,99,172); }

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

background-color css

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

 a { background-color: rgb(184,99,172); }

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

border-color css

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

 span { border-color: rgb(184,99,172); }

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