Html Css Color HEX #B855BB Fuchsia

📋 copy color: '#B855BB'

red 184 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #B855BB

Tints of Fuchsia #B855BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 40.35%
G = 18.64%
B = 41.01%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B855BB (or 0xB855BB) is known color: Fuchsia. HEX triplet: B8, 55 and BB. RGB value is (184,85,187). Sum of RGB (Red+Green+Blue) = 184+85+187=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #B855BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BB is #47AA44. Grayscale: #7D7D7D. Windows color (decimal): -4696645 or 12277176. OLE color: 12277176.

HSL color Cylindrical-coordinate representation of color #B855BB: hue angle of 298.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B855BB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 85 187 -
CMYK 0.02 0.55 0 0.27
HSL 298.24º 0.43% 0.53% -
HSV(B) 298.24º 0.55% 0.73% -
XYZ 31.99 20.28 49.24 -
YUV 126.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 184 85 187 0.02 0.55 0 0.27 298.24 0.43 0.53
Hex B8 55 BB 2 37 0 1B 12A 2B 35
Octal 270 125 273 2 67 0 33 452 53 65
Binary 10111000 1010101 10111011 10 110111 0 11011 100101010 101011 110101

Color Harmonies of #B855BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855BB

Black with #B855BB

Text Example


Text Example

White with #B855BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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