Html Css Color HEX #B550BA Fuchsia

📋 copy color: '#B550BA'

red 181 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B550BA

Tints of Fuchsia #B550BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 40.49%
G = 17.9%
B = 41.61%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B550BA (or 0xB550BA) is known color: Fuchsia. HEX triplet: B5, 50 and BA. RGB value is (181,80,186). Sum of RGB (Red+Green+Blue) = 181+80+186=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B550BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550BA is #4AAF45. Grayscale: #797979. Windows color (decimal): -4894534 or 12210357. OLE color: 12210357.

HSL color Cylindrical-coordinate representation of color #B550BA: hue angle of 297.17º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B550BA is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 80 186 -
CMYK 0.03 0.57 0 0.27
HSL 297.17º 0.43% 0.52% -
HSV(B) 297.17º 0.57% 0.73% -
XYZ 30.79 19.11 48.52 -
YUV 122.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 181 80 186 0.03 0.57 0 0.27 297.17 0.43 0.52
Hex B5 50 BA 3 39 0 1B 129 2B 34
Octal 265 120 272 3 71 0 33 451 53 64
Binary 10110101 1010000 10111010 11 111001 0 11011 100101001 101011 110100

Color Harmonies of #B550BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550BA

Black with #B550BA

Text Example


Text Example

White with #B550BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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