#B550FB

Color #B550FB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B550FB

Tints of Medium Orchid #B550FB

Color information

#B550FB (or 0xB550FB) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and FB. RGB value is (181,80,251). Sum of RGB (Red+Green+Blue) = 181+80+251=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B550FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550FB is #4AAF04. Grayscale: #818181. Windows color (decimal): -4894469 or 16470197. OLE color: 16470197.

HSL color Cylindrical-coordinate representation of color #B550FB: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B550FB is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18180251-
CMYK0.280.6800.02
HSL275.44º95.53%64.9%-
HSV(B)275.44º68.13%98.43%-
XYZ39.3422.5393.54-
YUV129.69196.46164.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=35.35%
G=15.62%
B=49.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181802510.280.6800.02275.4495.5364.9
HexB550FB1C44021136041
Octal2651203733410402423140101
Binary1011010110100001111101111100100010001010001001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550FB; }

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

 H1.HeaderClassName
 {
   color: #B550FB;
 }
 .AnyTagClassName
 {
   color: #B550FB;
 }
</style>
background-color css

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

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

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

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

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

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