Html Css Color HEX #B855B4 Fuchsia

📋 copy color: '#B855B4'

red 184 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #B855B4

Tints of Fuchsia #B855B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 40.98%
G = 18.93%
B = 40.09%

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

#B855B4 (or 0xB855B4) is known color: Fuchsia. HEX triplet: B8, 55 and B4. RGB value is (184,85,180). Sum of RGB (Red+Green+Blue) = 184+85+180=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B4 is #47AA4B. Grayscale: #7D7D7D. Windows color (decimal): -4696652 or 11818424. OLE color: 11818424.

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

Color convert

RGB 184 85 180 -
CMYK 0 0.54 0.02 0.28
HSL 302.42º 0.41% 0.53% -
HSV(B) 302.42º 0.54% 0.72% -
XYZ 31.25 19.98 45.39 -
YUV 125.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 184 85 180 0 0.54 0.02 0.28 302.42 0.41 0.53
Hex B8 55 B4 0 36 2 1C 12E 29 35
Octal 270 125 264 0 66 2 34 456 51 65
Binary 10111000 1010101 10110100 0 110110 10 11100 100101110 101001 110101

Color Harmonies of #B855B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855B4

Black with #B855B4

Text Example


Text Example

White with #B855B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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