Html Css Color HEX #B855B1 Fuchsia

📋 copy color: '#B855B1'

red 184 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #B855B1

Tints of Fuchsia #B855B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 41.26%
G = 19.06%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B855B1 (or 0xB855B1) is known color: Fuchsia. HEX triplet: B8, 55 and B1. RGB value is (184,85,177). Sum of RGB (Red+Green+Blue) = 184+85+177=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855B1 is #47AA4E. Grayscale: #7C7C7C. Windows color (decimal): -4696655 or 11621816. OLE color: 11621816.

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

Color convert

RGB 184 85 177 -
CMYK 0 0.54 0.04 0.28
HSL 304.24º 0.41% 0.53% -
HSV(B) 304.24º 0.54% 0.72% -
XYZ 30.95 19.86 43.8 -
YUV 125.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 184 85 177 0 0.54 0.04 0.28 304.24 0.41 0.53
Hex B8 55 B1 0 36 4 1C 130 29 35
Octal 270 125 261 0 66 4 34 460 51 65
Binary 10111000 1010101 10110001 0 110110 100 11100 100110000 101001 110101

Color Harmonies of #B855B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855B1

Black with #B855B1

Text Example


Text Example

White with #B855B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855B1; }

 p { color: rgb(184,85,177); }

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

background-color css

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

 a { background-color: rgb(184,85,177); }

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

border-color css

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

 span { border-color: rgb(184,85,177); }

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