Html Css Color HEX #B855B7 Fuchsia

📋 copy color: '#B855B7'

red 184 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #B855B7

Tints of Fuchsia #B855B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 40.71%
G = 18.81%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B855B7 (or 0xB855B7) is known color: Fuchsia. HEX triplet: B8, 55 and B7. RGB value is (184,85,183). Sum of RGB (Red+Green+Blue) = 184+85+183=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B7 is #47AA48. Grayscale: #7D7D7D. Windows color (decimal): -4696649 or 12015032. OLE color: 12015032.

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

Color convert

RGB 184 85 183 -
CMYK 0 0.54 0.01 0.28
HSL 300.61º 0.41% 0.53% -
HSV(B) 300.61º 0.54% 0.72% -
XYZ 31.56 20.11 47.02 -
YUV 125.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 184 85 183 0 0.54 0.01 0.28 300.61 0.41 0.53
Hex B8 55 B7 0 36 1 1C 12D 29 35
Octal 270 125 267 0 66 1 34 455 51 65
Binary 10111000 1010101 10110111 0 110110 1 11100 100101101 101001 110101

Color Harmonies of #B855B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855B7

Black with #B855B7

Text Example


Text Example

White with #B855B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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