Html Css Color HEX #B864AD Fuchsia

📋 copy color: '#B864AD'

red 184 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #B864AD

Tints of Fuchsia #B864AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 40.26%
G = 21.88%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B864AD (or 0xB864AD) is known color: Fuchsia. HEX triplet: B8, 64 and AD. RGB value is (184,100,173). Sum of RGB (Red+Green+Blue) = 184+100+173=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B864AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B864AD is #479B52. Grayscale: #858585. Windows color (decimal): -4692819 or 11363512. OLE color: 11363512.

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

Color convert

RGB 184 100 173 -
CMYK 0 0.46 0.06 0.28
HSL 307.86º 0.37% 0.56% -
HSV(B) 307.86º 0.46% 0.72% -
XYZ 31.87 22.32 42.16 -
YUV 133.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 184 100 173 0 0.46 0.06 0.28 307.86 0.37 0.56
Hex B8 64 AD 0 2E 6 1C 134 25 38
Octal 270 144 255 0 56 6 34 464 45 70
Binary 10111000 1100100 10101101 0 101110 110 11100 100110100 100101 111000

Color Harmonies of #B864AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864AD

Black with #B864AD

Text Example


Text Example

White with #B864AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864AD; }

 p { color: rgb(184,100,173); }

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

background-color css

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

 a { background-color: rgb(184,100,173); }

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

border-color css

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

 span { border-color: rgb(184,100,173); }

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