Html Css Color HEX #B865AD Fuchsia

📋 copy color: '#B865AD'

red 184 ◦ green 101 ◦ blue 173

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

Shades of Fuchsia #B865AD

Tints of Fuchsia #B865AD

RGB

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

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

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

R = 40.17%
G = 22.05%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B865AD (or 0xB865AD) is known color: Fuchsia. HEX triplet: B8, 65 and AD. RGB value is (184,101,173). Sum of RGB (Red+Green+Blue) = 184+101+173=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B865AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B865AD is #479A52. Grayscale: #858585. Windows color (decimal): -4692563 or 11363768. OLE color: 11363768.

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

Color convert

RGB 184 101 173 -
CMYK 0 0.45 0.06 0.28
HSL 307.95º 0.37% 0.56% -
HSV(B) 307.95º 0.45% 0.72% -
XYZ 31.96 22.51 42.2 -
YUV 134.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 184 101 173 0 0.45 0.06 0.28 307.95 0.37 0.56
Hex B8 65 AD 0 2D 6 1C 134 25 38
Octal 270 145 255 0 55 6 34 464 45 70
Binary 10111000 1100101 10101101 0 101101 110 11100 100110100 100101 111000

Color Harmonies of #B865AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865AD

Black with #B865AD

Text Example


Text Example

White with #B865AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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