Html Css Color HEX #B550BC Fuchsia

📋 copy color: '#B550BC'

red 181 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #B550BC

Tints of Fuchsia #B550BC

RGB

 RED value IS 181 (71.09% from 255) = 40.31%

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 40.31%
G = 17.82%
B = 41.87%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B550BC (or 0xB550BC) is known color: Fuchsia. HEX triplet: B5, 50 and BC. RGB value is (181,80,188). Sum of RGB (Red+Green+Blue) = 181+80+188=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #B550BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550BC is #4AAF43. Grayscale: #7A7A7A. Windows color (decimal): -4894532 or 12341429. OLE color: 12341429.

HSL color Cylindrical-coordinate representation of color #B550BC: hue angle of 296.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B550BC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 80 188 -
CMYK 0.04 0.57 0 0.26
HSL 296.11º 0.45% 0.53% -
HSV(B) 296.11º 0.57% 0.74% -
XYZ 31 19.19 49.65 -
YUV 122.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 181 80 188 0.04 0.57 0 0.26 296.11 0.45 0.53
Hex B5 50 BC 4 39 0 1A 128 2D 35
Octal 265 120 274 4 71 0 32 450 55 65
Binary 10110101 1010000 10111100 100 111001 0 11010 100101000 101101 110101

Color Harmonies of #B550BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550BC

Black with #B550BC

Text Example


Text Example

White with #B550BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550BC; }

 p { color: rgb(181,80,188); }

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

background-color css

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

 a { background-color: rgb(181,80,188); }

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

border-color css

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

 span { border-color: rgb(181,80,188); }

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