Html Css Color HEX #B858AD Fuchsia

📋 copy color: '#B858AD'

red 184 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #B858AD

Tints of Fuchsia #B858AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

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

R = 41.35%
G = 19.78%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B858AD (or 0xB858AD) is known color: Fuchsia. HEX triplet: B8, 58 and AD. RGB value is (184,88,173). Sum of RGB (Red+Green+Blue) = 184+88+173=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B858AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858AD is #47A752. Grayscale: #7E7E7E. Windows color (decimal): -4695891 or 11360440. OLE color: 11360440.

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

Color convert

RGB 184 88 173 -
CMYK 0 0.52 0.06 0.28
HSL 306.88º 0.4% 0.53% -
HSV(B) 306.88º 0.52% 0.72% -
XYZ 30.8 20.19 41.81 -
YUV 126.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 184 88 173 0 0.52 0.06 0.28 306.88 0.4 0.53
Hex B8 58 AD 0 34 6 1C 133 28 35
Octal 270 130 255 0 64 6 34 463 50 65
Binary 10111000 1011000 10101101 0 110100 110 11100 100110011 101000 110101

Color Harmonies of #B858AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858AD

Black with #B858AD

Text Example


Text Example

White with #B858AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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