Html Css Color HEX #B867AD Fuchsia

📋 copy color: '#B867AD'

red 184 ◦ green 103 ◦ blue 173

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

Shades of Fuchsia #B867AD

Tints of Fuchsia #B867AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.39%

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

R = 40%
G = 22.39%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B867AD (or 0xB867AD) is known color: Fuchsia. HEX triplet: B8, 67 and AD. RGB value is (184,103,173). Sum of RGB (Red+Green+Blue) = 184+103+173=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B867AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B867AD is #479852. Grayscale: #878787. Windows color (decimal): -4692051 or 11364280. OLE color: 11364280.

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

Color convert

RGB 184 103 173 -
CMYK 0 0.44 0.06 0.28
HSL 308.15º 0.36% 0.56% -
HSV(B) 308.15º 0.44% 0.72% -
XYZ 32.16 22.91 42.26 -
YUV 135.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 184 103 173 0 0.44 0.06 0.28 308.15 0.36 0.56
Hex B8 67 AD 0 2C 6 1C 134 24 38
Octal 270 147 255 0 54 6 34 464 44 70
Binary 10111000 1100111 10101101 0 101100 110 11100 100110100 100100 111000

Color Harmonies of #B867AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867AD

Black with #B867AD

Text Example


Text Example

White with #B867AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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