Html Css Color HEX #B055B9 Fuchsia

📋 copy color: '#B055B9'

red 176 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #B055B9

Tints of Fuchsia #B055B9

RGB

 RED value IS 176 (69.14% from 255) = 39.46%

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 39.46%
G = 19.06%
B = 41.48%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B055B9 (or 0xB055B9) is known color: Fuchsia. HEX triplet: B0, 55 and B9. RGB value is (176,85,185). Sum of RGB (Red+Green+Blue) = 176+85+185=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #B055B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055B9 is #4FAA46. Grayscale: #7B7B7B. Windows color (decimal): -5220935 or 12146096. OLE color: 12146096.

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

Color convert

RGB 176 85 185 -
CMYK 0.05 0.54 0 0.27
HSL 294.6º 0.42% 0.53% -
HSV(B) 294.6º 0.54% 0.73% -
XYZ 29.91 19.23 48.03 -
YUV 123.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 176 85 185 0.05 0.54 0 0.27 294.6 0.42 0.53
Hex B0 55 B9 5 36 0 1B 127 2A 35
Octal 260 125 271 5 66 0 33 447 52 65
Binary 10110000 1010101 10111001 101 110110 0 11011 100100111 101010 110101

Color Harmonies of #B055B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055B9

Black with #B055B9

Text Example


Text Example

White with #B055B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055B9; }

 p { color: rgb(176,85,185); }

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

background-color css

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

 a { background-color: rgb(176,85,185); }

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

border-color css

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

 span { border-color: rgb(176,85,185); }

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