Html Css Color HEX #B055B3 Fuchsia

📋 copy color: '#B055B3'

red 176 ◦ green 85 ◦ blue 179

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

Shades of Fuchsia #B055B3

Tints of Fuchsia #B055B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 40%
G = 19.32%
B = 40.68%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B055B3 (or 0xB055B3) is known color: Fuchsia. HEX triplet: B0, 55 and B3. RGB value is (176,85,179). Sum of RGB (Red+Green+Blue) = 176+85+179=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #B055B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055B3 is #4FAA4C. Grayscale: #7A7A7A. Windows color (decimal): -5220941 or 11752880. OLE color: 11752880.

HSL color Cylindrical-coordinate representation of color #B055B3: hue angle of 298.09º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B055B3 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 85 179 -
CMYK 0.02 0.53 0 0.30
HSL 298.09º 0.38% 0.52% -
HSV(B) 298.09º 0.53% 0.7% -
XYZ 29.29 18.98 44.77 -
YUV 122.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 176 85 179 0.02 0.53 0 0.30 298.09 0.38 0.52
Hex B0 55 B3 2 35 0 1E 12A 26 34
Octal 260 125 263 2 65 0 36 452 46 64
Binary 10110000 1010101 10110011 10 110101 0 11110 100101010 100110 110100

Color Harmonies of #B055B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055B3

Black with #B055B3

Text Example


Text Example

White with #B055B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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