Html Css Color HEX #B858AB Fuchsia

📋 copy color: '#B858AB'

red 184 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #B858AB

Tints of Fuchsia #B858AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 41.53%
G = 19.86%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B858AB (or 0xB858AB) is known color: Fuchsia. HEX triplet: B8, 58 and AB. RGB value is (184,88,171). Sum of RGB (Red+Green+Blue) = 184+88+171=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B858AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858AB is #47A754. Grayscale: #7D7D7D. Windows color (decimal): -4695893 or 11229368. OLE color: 11229368.

HSL color Cylindrical-coordinate representation of color #B858AB: hue angle of 308.12º 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 #B858AB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 171 -
CMYK 0 0.52 0.07 0.28
HSL 308.13º 0.4% 0.53% -
HSV(B) 308.13º 0.52% 0.72% -
XYZ 30.61 20.11 40.8 -
YUV 126.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 184 88 171 0 0.52 0.07 0.28 308.13 0.4 0.53
Hex B8 58 AB 0 34 7 1C 134 28 35
Octal 270 130 253 0 64 7 34 464 50 65
Binary 10111000 1011000 10101011 0 110100 111 11100 100110100 101000 110101

Color Harmonies of #B858AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858AB

Black with #B858AB

Text Example


Text Example

White with #B858AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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