Html Css Color HEX #B855B0 Fuchsia

📋 copy color: '#B855B0'

red 184 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #B855B0

Tints of Fuchsia #B855B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.55%

R = 41.35%
G = 19.1%
B = 39.55%

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

#B855B0 (or 0xB855B0) is known color: Fuchsia. HEX triplet: B8, 55 and B0. RGB value is (184,85,176). Sum of RGB (Red+Green+Blue) = 184+85+176=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855B0 is #47AA4F. Grayscale: #7C7C7C. Windows color (decimal): -4696656 or 11556280. OLE color: 11556280.

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

Color convert

RGB 184 85 176 -
CMYK 0 0.54 0.04 0.28
HSL 304.85º 0.41% 0.53% -
HSV(B) 304.85º 0.54% 0.72% -
XYZ 30.85 19.82 43.27 -
YUV 124.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 184 85 176 0 0.54 0.04 0.28 304.85 0.41 0.53
Hex B8 55 B0 0 36 4 1C 131 29 35
Octal 270 125 260 0 66 4 34 461 51 65
Binary 10111000 1010101 10110000 0 110110 100 11100 100110001 101001 110101

Color Harmonies of #B855B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855B0

Black with #B855B0

Text Example


Text Example

White with #B855B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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