Html Css Color HEX #B868AD Fuchsia

📋 copy color: '#B868AD'

red 184 ◦ green 104 ◦ blue 173

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

Shades of Fuchsia #B868AD

Tints of Fuchsia #B868AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

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

R = 39.91%
G = 22.56%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B868AD (or 0xB868AD) is known color: Fuchsia. HEX triplet: B8, 68 and AD. RGB value is (184,104,173). Sum of RGB (Red+Green+Blue) = 184+104+173=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B868AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B868AD is #479752. Grayscale: #878787. Windows color (decimal): -4691795 or 11364536. OLE color: 11364536.

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

Color convert

RGB 184 104 173 -
CMYK 0 0.43 0.06 0.28
HSL 308.25º 0.36% 0.56% -
HSV(B) 308.25º 0.43% 0.72% -
XYZ 32.26 23.11 42.3 -
YUV 135.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 184 104 173 0 0.43 0.06 0.28 308.25 0.36 0.56
Hex B8 68 AD 0 2B 6 1C 134 24 38
Octal 270 150 255 0 53 6 34 464 44 70
Binary 10111000 1101000 10101101 0 101011 110 11100 100110100 100100 111000

Color Harmonies of #B868AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868AD

Black with #B868AD

Text Example


Text Example

White with #B868AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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