Html Css Color HEX #B858BA Fuchsia

📋 copy color: '#B858BA'

red 184 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #B858BA

Tints of Fuchsia #B858BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 40.17%
G = 19.21%
B = 40.61%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B858BA (or 0xB858BA) is known color: Fuchsia. HEX triplet: B8, 58 and BA. RGB value is (184,88,186). Sum of RGB (Red+Green+Blue) = 184+88+186=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B858BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858BA is #47A745. Grayscale: #7F7F7F. Windows color (decimal): -4695878 or 12212408. OLE color: 12212408.

HSL color Cylindrical-coordinate representation of color #B858BA: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B858BA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 88 186 -
CMYK 0.01 0.53 0 0.27
HSL 298.78º 0.42% 0.54% -
HSV(B) 298.78º 0.53% 0.73% -
XYZ 32.12 20.71 48.76 -
YUV 127.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 184 88 186 0.01 0.53 0 0.27 298.78 0.42 0.54
Hex B8 58 BA 1 35 0 1B 12B 2A 36
Octal 270 130 272 1 65 0 33 453 52 66
Binary 10111000 1011000 10111010 1 110101 0 11011 100101011 101010 110110

Color Harmonies of #B858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858BA

Black with #B858BA

Text Example


Text Example

White with #B858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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