Html Css Color HEX #B855BE Fuchsia

📋 copy color: '#B855BE'

red 184 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #B855BE

Tints of Fuchsia #B855BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 40.09%
G = 18.52%
B = 41.39%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B855BE (or 0xB855BE) is known color: Fuchsia. HEX triplet: B8, 55 and BE. RGB value is (184,85,190). Sum of RGB (Red+Green+Blue) = 184+85+190=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B855BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BE is #47AA41. Grayscale: #7E7E7E. Windows color (decimal): -4696642 or 12473784. OLE color: 12473784.

HSL color Cylindrical-coordinate representation of color #B855BE: hue angle of 296.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B855BE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 85 190 -
CMYK 0.03 0.55 0 0.25
HSL 296.57º 0.45% 0.54% -
HSV(B) 296.57º 0.55% 0.75% -
XYZ 32.31 20.41 50.95 -
YUV 126.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 184 85 190 0.03 0.55 0 0.25 296.57 0.45 0.54
Hex B8 55 BE 3 37 0 19 129 2D 36
Octal 270 125 276 3 67 0 31 451 55 66
Binary 10111000 1010101 10111110 11 110111 0 11001 100101001 101101 110110

Color Harmonies of #B855BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855BE

Black with #B855BE

Text Example


Text Example

White with #B855BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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