Html Css Color HEX #B855BD Fuchsia

📋 copy color: '#B855BD'

red 184 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #B855BD

Tints of Fuchsia #B855BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 40.17%
G = 18.56%
B = 41.27%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B855BD (or 0xB855BD) is known color: Fuchsia. HEX triplet: B8, 55 and BD. RGB value is (184,85,189). Sum of RGB (Red+Green+Blue) = 184+85+189=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #B855BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BD is #47AA42. Grayscale: #7E7E7E. Windows color (decimal): -4696643 or 12408248. OLE color: 12408248.

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

Color convert

RGB 184 85 189 -
CMYK 0.03 0.55 0 0.26
HSL 297.12º 0.44% 0.54% -
HSV(B) 297.12º 0.55% 0.74% -
XYZ 32.2 20.36 50.38 -
YUV 126.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 184 85 189 0.03 0.55 0 0.26 297.12 0.44 0.54
Hex B8 55 BD 3 37 0 1A 129 2C 36
Octal 270 125 275 3 67 0 32 451 54 66
Binary 10111000 1010101 10111101 11 110111 0 11010 100101001 101100 110110

Color Harmonies of #B855BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855BD

Black with #B855BD

Text Example


Text Example

White with #B855BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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