Html Css Color HEX #B855B5 Fuchsia

📋 copy color: '#B855B5'

red 184 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #B855B5

Tints of Fuchsia #B855B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 40.89%
G = 18.89%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B855B5 (or 0xB855B5) is known color: Fuchsia. HEX triplet: B8, 55 and B5. RGB value is (184,85,181). Sum of RGB (Red+Green+Blue) = 184+85+181=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B5 is #47AA4A. Grayscale: #7D7D7D. Windows color (decimal): -4696651 or 11883960. OLE color: 11883960.

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

Color convert

RGB 184 85 181 -
CMYK 0 0.54 0.02 0.28
HSL 301.82º 0.41% 0.53% -
HSV(B) 301.82º 0.54% 0.72% -
XYZ 31.36 20.02 45.93 -
YUV 125.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 184 85 181 0 0.54 0.02 0.28 301.82 0.41 0.53
Hex B8 55 B5 0 36 2 1C 12E 29 35
Octal 270 125 265 0 66 2 34 456 51 65
Binary 10111000 1010101 10110101 0 110110 10 11100 100101110 101001 110101

Color Harmonies of #B855B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855B5

Black with #B855B5

Text Example


Text Example

White with #B855B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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