Html Css Color HEX #B858A8 Fuchsia

📋 copy color: '#B858A8'

red 184 ◦ green 88 ◦ blue 168

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

Shades of Fuchsia #B858A8

Tints of Fuchsia #B858A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 41.82%
G = 20%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B858A8 (or 0xB858A8) is known color: Fuchsia. HEX triplet: B8, 58 and A8. RGB value is (184,88,168). Sum of RGB (Red+Green+Blue) = 184+88+168=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B858A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858A8 is #47A757. Grayscale: #7D7D7D. Windows color (decimal): -4695896 or 11032760. OLE color: 11032760.

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

Color convert

RGB 184 88 168 -
CMYK 0 0.52 0.09 0.28
HSL 310º 0.4% 0.53% -
HSV(B) 310º 0.52% 0.72% -
XYZ 30.32 20 39.31 -
YUV 125.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 184 88 168 0 0.52 0.09 0.28 310 0.4 0.53
Hex B8 58 A8 0 34 9 1C 136 28 35
Octal 270 130 250 0 64 11 34 466 50 65
Binary 10111000 1011000 10101000 0 110100 1001 11100 100110110 101000 110101

Color Harmonies of #B858A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858A8

Black with #B858A8

Text Example


Text Example

White with #B858A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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